2014-10-08 21:44:01 -04: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-03 19:22:30 -05:00
|
|
|
import .constructions
|
2014-10-08 21:44:01 -04:00
|
|
|
|
2014-10-09 01:57:41 -04:00
|
|
|
open eq eq.ops category functor category.ops prod
|
2014-10-08 21:44:01 -04:00
|
|
|
|
|
|
|
namespace yoneda
|
|
|
|
--representable functor
|
|
|
|
section
|
2014-10-09 01:57:41 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2014-10-08 21:44:01 -04:00
|
|
|
end
|
|
|
|
end yoneda
|