lean2/library/algebra/category/yoneda.lean
2015-05-23 20:52:23 +10:00

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