1
1
mirror of https://github.com/coot/free-category.git synced 2024-07-14 17:30:24 +03:00

Export all Control.Arrow.Free.Arr constructor

This commit is contained in:
Marcin Szamotulski 2023-06-04 10:54:20 +02:00
parent 1551e82962
commit 22825f76ec

View File

@ -11,7 +11,7 @@
module Control.Arrow.Free
( -- * Free arrow
Arr (Id, Arr, Prod)
Arr (..)
, arrArr
, liftArr
, mapArr