1
1
mirror of https://github.com/coot/free-category.git synced 2024-08-16 09:30:46 +03:00

Export ListTr

This commit is contained in:
Marcin Szamotulski 2019-10-06 23:05:50 +01:00
parent daa4113228
commit ddd4701811

View File

@ -36,6 +36,11 @@ module Control.Category.Free
, foldrQ
, foldlQ
-- * Type alligned list
, ListTr (..)
, liftL
, foldNatL
-- * Free Category based on Queue
, Cat (Id)
, liftCat