event

Monoidal, monadic and first-class events

Version on this page:0.1.0.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.0.2@sha256:f1c06b8500c2be90788e962a441e94ce2496f1b42fc7d7301623ab99113a47a2,1241

Module documentation for 0.1.0.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.0.2

  • Made Detach visible.

0.1.0.1

  • Made on visible.

0.1

  • Initial revision.