cwi-swat / monadic-frp

Code accompanying the paper "Monadic Functional Reactive Programming"
9 stars 3 forks source link

Code accompanying the paper "Monadic Functional Reactive Programming" Atze van der Ploeg, Haskell Symposium '13. Paper available at http://homepages.cwi.nl/~ploeg/papers/monfrp.pdf

The documentation is at http://homepages.cwi.nl/~ploeg/sfrpdocs/

To try out the drawing program do the following:

Binary is now in dist/build/DrawProg/DrawProg

The program works as described in the paper. The tabs are controlled by mouse gestures: a mouse gesture is holding down the right button and moving left, right, up or down and then releasing the button

Tab actions are super awesomely animated!

At the start there is only one tab, so the only tab action that is possible is to duplicate it.

The code for :

The code in extensible/ is work in progress on a new version based on heterogenous lists