Module

Pipes.ListT

#ListT

newtype ListT :: (Type -> Type) -> Type -> Typenewtype ListT m a

Constructors

Instances

#enumerate

enumerate :: forall a m. ListT m a -> Producer a m Unit

#runListT

runListT :: forall a m. Monad m => ListT m a -> m Unit

#runListTRec

runListTRec :: forall a m. MonadRec m => ListT m a -> m Unit

#every

every :: forall a m t. Monad m => Enumerable t => t m a -> Producer_ a m Unit

#Enumerable

class Enumerable :: ((Type -> Type) -> Type -> Type) -> Constraintclass Enumerable t  where

Members

Instances

Modules