event

Monoidal, monadic and first-class events

LTS Haskell 12.26:0.1.4
Stackage Nightly 2018-09-28:0.1.4
Latest on Hackage:0.1.4

See all snapshots event appears in

BSD-3-Clause licensed and maintained by Dimitri Sabadie
This version can be pinned in stack with:event-0.1.4@sha256:0925b1bc5b6d6f99c2dd7594cc733a94ad0da584ccd4d245ab574add76fc59ce,1239

Module documentation for 0.1.4

This package can be used to represent events as first-class objects instead of deepening callbacks and nesting callbacks. Useful to wrap over C callback-based libraries.

Changes

0.1.4

  • Support for GHC 8.0.1.

0.1.3

  • Added foldrE.
  • Added filterE.

0.1.2.1

  • Added support for semigroups-0.18.

0.1.2

  • Added support for semigroups-0.17.

0.1.1

  • Monoid and Semigroup instance for Trigger.

0.1.0.2

  • Made Detach visible.

0.1.0.1

  • Made on visible.

0.1

  • Initial revision.