Rename properties to yoneda
This commit is contained in:
parent
44526b85eb
commit
5caecf9796
|
@ -9,7 +9,7 @@ import Cat.Category.CartesianClosed
|
|||
import Cat.Category.NaturalTransformation
|
||||
import Cat.Category.Pathy
|
||||
import Cat.Category.Bij
|
||||
import Cat.Category.Properties
|
||||
import Cat.Category.Yoneda
|
||||
import Cat.Category.Monad
|
||||
|
||||
import Cat.Categories.Sets
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{-# OPTIONS --allow-unsolved-metas --cubical #-}
|
||||
|
||||
module Cat.Category.Properties where
|
||||
module Cat.Category.Yoneda where
|
||||
|
||||
open import Agda.Primitive
|
||||
open import Data.Product
|
Loading…
Reference in a new issue