reactive-0.11.5: Push-pull functional reactive programming

Stabilityexperimental
Maintainerconal@conal.net

FRP.Reactive.Internal.Misc

Description

Misc Reactive internal defs

Synopsis

Documentation

type Action = IO ()Source

Convenient alias for dropping parentheses.

type Sink a = a -> ActionSource

Value consumer