freer-par-monad-0.1.0.0: Freer par monad
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Monad.Freer.Par.FTCQueue

Contents

Synopsis

FTCQueue

data FTCQueue cat a b Source #

Instances

Instances details
Sequence FTCQueue Source # 
Instance details

Defined in Control.Monad.Freer.Par.FTCQueue

Methods

empty :: forall (cat :: Type -> Type -> TYPE LiftedRep) a. FTCQueue cat a a Source #

singleton :: cat a b -> FTCQueue cat a b Source #

(><) :: forall (cat :: Type -> Type -> TYPE LiftedRep) a b c. FTCQueue cat a b -> FTCQueue cat b c -> FTCQueue cat a c Source #

viewl :: forall (cat :: Type -> Type -> TYPE LiftedRep) a b. FTCQueue cat a b -> ViewL FTCQueue cat a b Source #