ordrea

Push-pull implementation of discrete-time FRP

Latest on Hackage:0.3.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-PublicDomain licensed by Takano Akio, Andrew Richards
Maintained by Takano Akio

This is an FRP library with the following characteristics:

  • classical: it has first-class signals

  • synchronous: it has a clear notion of simultaneous events

  • higher-order: signals inside signals can be flattened to get a switching behavior

  • push-based: inactive events has zero runtime costs

This package is in the alpha stage.