Skip to content

v0.2.1.0

Compare
Choose a tag to compare
@re-xyr re-xyr released this 13 Feb 05:36
· 55 commits to master since this release
8b0134b

Added

  • Lifted convenience instances of Bounded, Num, Fractional, Floating and IsString for Eff
  • MonadZip instance from the MonadComprehensions extension for Eff
  • freshEnumToState and runFreshAtomicCounter for Fresh
  • inputToReader, mapInput and bindInput for Input
  • mapOutput and bindOutput for Output
  • runStateIORef, runStateMVar and runStateTVar for State