Core FRP library Tutorial

The dyna is functional reactive programming (FRP) library for Haskell. It implements classical FRP and provides easy to use interface to write call-back heavy interactive applications. It takes an imperative definition for event streams as a basis and granted with Haskell power for abstractions builds elegant DSL on top of it.

Tutorial

Resources