event

Monoidal, monadic and first-class events

Version on this page:0.1.3
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.3@sha256:e0ad8b93d916d71da0a2e93a4c4f1c6d93424f6e5badbb0b9da6a644913b0561,1239

Module documentation for 0.1.3

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.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.