lean2/library/algebra/category/yoneda.lean

19 lines
303 B
Text
Raw Normal View History

/-
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