diff --git a/src/Control/Category/Free.hs b/src/Control/Category/Free.hs index 9588e5e..ce0352c 100644 --- a/src/Control/Category/Free.hs +++ b/src/Control/Category/Free.hs @@ -36,6 +36,11 @@ module Control.Category.Free , foldrQ , foldlQ + -- * Type alligned list + , ListTr (..) + , liftL + , foldNatL + -- * Free Category based on Queue , Cat (Id) , liftCat