monadlib
monadlib copied to clipboard
A monad transformer library for Haskell
Results
2
monadlib issues
Sort by
recently updated
recently updated
newest added
``` src/MonadLib.hs:200:10: error: • Non type-variable argument in the constraint: RunM m (a, i) r (Use FlexibleContexts to permit this) • In the instance declaration for ‘RunM (WriterT i m)...
Hopefully this suppresses the following warning: ``` Warning: monadLib.cabal:25:30: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. ```