imp-frp-0.0.0: Experimental FRP system.ContentsIndex
FRP.Imp
Description
Imperative programmer's Pragmatic FRP (Functional Rocket Programming) system.
Synopsis
module FRP.Imp.PrimComb
module FRP.Imp.Combinators
data Event a
data Reactive a
type Action = IO ()
type Time = Double
type Dot = String
eventGraphviz :: Event a -> Dot
Documentation
module FRP.Imp.PrimComb
module FRP.Imp.Combinators
data Event a
Discrete events
show/hide Instances
data Reactive a
Discretely changing reactive values
show/hide Instances
type Action = IO ()
type Time = Double
type Dot = String
eventGraphviz :: Event a -> Dot
Produced by Haddock version 2.4.1