Skip to content
HeinrichApfelmus edited this page Jan 17, 2011 · 11 revisions

Feel free to edit these Wiki pages! In particular concerning questions, documentation etc.

Some documentation can be found in the doc/ subdirectory.

TODO

Finish up the Reative library. In particular:

  • Think up a good name for the Change data type. It should be mnemonic for both events and behaviors. Currently, it's only mnemonic for behaviors
  • Optimize Behavior for the case of pure functions, so that we can make use the applicative instance when we want to fmap something.
  • Is there a better name for the apply function? Should that be lumped into a tzpe class together with map? It does work for accumulate...
  • Behavior version of accumulate
Clone this wiki locally