Module

Data.Functor.Pairing.Transformerless

Package
purescript-transformerless
Repository
thimoteus/purescript-transformerless

#stateStore Source

stateStore :: forall c b a s. (a -> b -> c) -> State s a -> Store s b -> c

#readerEnv Source

readerEnv :: forall c b a r. (a -> b -> c) -> Reader r a -> Env r b -> c

#writerTraced Source

writerTraced :: forall c b a w. (a -> b -> c) -> Writer w a -> Traced w b -> c