mirror of
https://github.com/coot/free-category.git
synced 2024-11-23 09:55:43 +03:00
Export Cat Id constructor
At times it is useful to be more explicit than `id :: Category c => c a a`
This commit is contained in:
parent
81df8c4abc
commit
ed310d4af7
@ -21,7 +21,7 @@
|
||||
|
||||
module Control.Category.Free
|
||||
( -- * Free category
|
||||
Cat
|
||||
Cat (Id)
|
||||
, arrow
|
||||
, foldCat
|
||||
-- * Free category (CPS style)
|
||||
|
Loading…
Reference in New Issue
Block a user