Reactive-banana/Examples
From HaskellWiki
Examples for the reactive-banana library.
1 Core Examples
- SlotMachine.hs
- Mainly demonstrates how to set up an event network with your own event loop. Also demonstrates the FRP functionality.
- RunPause.hs
- Demonstrates how to set up an event network with your own event loop and how to pause or resume it.
2 GUI Examples
- Counter.hs
- A simple counter that can be manipulated with two buttons "Up" or "Down".

