transient-0.1.0.8: A monad for extensible effects and primitives for unrestricted composability of applications

Safe HaskellNone
LanguageHaskell2010

Transient.DDS

Documentation

distribute :: Loggable a => [a] -> DDS a Source

cmap :: Loggable b => (a -> b) -> DDS a -> DDS b Source

reduce :: Loggable b => ([a] -> b) -> (b -> b -> b) -> b -> DDS a -> TransientIO b Source