Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module reexports most common names and combinators you will need to work with Rhine. It also exports most specific clocks and resampling buffers, so you can import everything in one line:
import FRP.Rhine main :: IO () main = flow $ constMCl (putStrLn "Hello World!") @@ (waitClock :: Millisecond 100)
Documentation
module FRP.Rhine.Clock.Unschedule
module FRP.Rhine.Clock.Trivial
module FRP.Rhine.Clock.Select
module FRP.Rhine.Clock.Periodic
module FRP.Rhine.Clock.FixedStep
module FRP.Rhine.Type
module FRP.Rhine.Schedule
module FRP.Rhine.SN.Combinators
module FRP.Rhine.SN
module FRP.Rhine.ResamplingBuffer
module FRP.Rhine.Reactimation
module FRP.Rhine.Clock.Util
module FRP.Rhine.Clock.Proxy
module FRP.Rhine.Clock
module FRP.Rhine.ClSF
module Data.VectorSpace
module Data.Automaton