2014-10-09 01:44:01 +00:00
|
|
|
-- Copyright (c) 2014 Floris van Doorn. All rights reserved.
|
|
|
|
-- Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
-- Author: Floris van Doorn
|
|
|
|
|
2014-11-04 00:22:30 +00:00
|
|
|
import .constructions
|
2014-10-09 01:44:01 +00:00
|
|
|
|
2014-10-09 05:57:41 +00:00
|
|
|
open eq eq.ops category functor category.ops prod
|
2014-10-09 01:44:01 +00:00
|
|
|
|
|
|
|
namespace yoneda
|
|
|
|
--representable functor
|
|
|
|
section
|
2014-10-09 05:57:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2014-10-09 01:44:01 +00:00
|
|
|
end
|
|
|
|
end yoneda
|