yael-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Yael.Eff.Log

Documentation

newtype Log m Source #

Constructors

Log 

Fields

noLog :: Monad m => Log m Source #

withCollectLog :: (forall n. Monad n => Log n -> n a) -> (a, [String]) Source #