Apocrypha

freer-effects

Implementation of effect system for Haskell

Implementation of effect system for Haskell, which is based on the work of Oleg Kiselyov et al.: * http://okmij.org/ftp/Haskell/extensible/more.pdf Freer Monads, More Extensible Effects; * http://okmij.org/ftp/Haskell/zseq.pdf Reflection without Remorse; * http://okmij.org/ftp/Haskell/extensible/exteff.pdf Extensible Effects; The key features are: * An efficient effect system for Haskell - as a library! * Reimplementations of several common Haskell monad transformers as effects. * Core components for defining your own Effects.

Available in

OverlayNewestEbuildsLast activity
haskell GitHub ↗ 0.3.0.1 1 2 d details ›

Versions & arches

VersionOverlay amd64 Committed
0.3.0.1 haskell amd64 testing 16 mo view · download · history ↗

Use flags of 0.3.0.1

  • pedantic Pass additional warning flags and -Werror to GHC.
  • test-hlint Enable test suite that checks sources using HLint.