18 lines
303 B
Text
18 lines
303 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 .constructions
|
|
|
|
open eq eq.ops category functor category.ops prod
|
|
|
|
namespace yoneda
|
|
--representable functor
|
|
section
|
|
|
|
|
|
|
|
end
|
|
end yoneda
|