Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module reexports most common names and combinators you will need to work with Rhine. It does not export specific clocks, resampling buffers or schedules, so you will have to import those yourself, e.g. like this:
import FRP.Rhine import FRP.Rhine.Clock.Realtime.Millisecond main :: IO () main = flow $ arrMSync_ (putStrLn "Hello World!") @@ (waitClock :: Millisecond 100)
Documentation
module FRP.Rhine.TimeDomain
module FRP.Rhine.SyncSF
module FRP.Rhine.SF.Combinators
module FRP.Rhine.SF
module FRP.Rhine.Schedule
module FRP.Rhine.ResamplingBuffer
module FRP.Rhine.Reactimation
module FRP.Rhine.Clock
module Data.MonadicStreamFunction