-
Notifications
You must be signed in to change notification settings - Fork 70
Home
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.
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 tofmap
something. - Is there a better name for the
apply
function? Should that be lumped into a tzpe class together withmap
? It does work foraccumulate
... - Behavior version of
accumulate