16 lines
406 B
Text
16 lines
406 B
Text
-- 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
|
||
|
||
import .basic .constructions
|
||
|
||
open eq eq.ops category functor category.ops
|
||
|
||
namespace yoneda
|
||
--representable functor
|
||
section
|
||
parameters {ob : Type} {C : category ob}
|
||
-- definition Hom : Cᵒᵖ × C ⇒ type :=
|
||
-- sorry
|
||
end
|
||
end yoneda
|