reactive-0.10.5: Simple foundation for functional reactive programmingSource codeContentsIndex
FRP.Reactive.Internal.Misc
Stabilityexperimental
Maintainerconal@conal.net
Description
Misc Reactive internal defs
Synopsis
type Action = IO ()
type Sink a = a -> Action
Documentation
type Action = IO ()Source
Convenient alias for dropping parentheses.
type Sink a = a -> ActionSource
Value consumer
Produced by Haddock version 2.4.2