1
1
mirror of https://github.com/coot/free-category.git synced 2024-10-26 15:15:00 +03:00

Export more functions

This commit is contained in:
Marcin Szamotulski 2019-10-02 20:10:15 +01:00
parent 5ef73f172e
commit d7f4b32e54
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ module Control.Category.Free
, consQ
, snocQ
, unconsQ
, liftQ
, foldNatQ
, foldrQ
, foldlQ

View File

@ -30,8 +30,11 @@ module Control.Category.Free.Internal
( Op (..)
, hoistOp
, ListTr (..)
, liftL
, foldNatL
, lengthListTr
, Queue (NilQ, ConsQ)
, liftQ
, nilQ
, consQ
, ViewL (..)