event

Monoidal, monadic and first-class events

Version on this page:0.1.2
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.2@sha256:007a7834edcdaba38c9d891d8be4f9f4b3192b84c5cff6efae515ac8acd14d3d,1239

Module documentation for 0.1.2

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