reactive-0.11.5: Push-pull functional reactive programming
FRP.Reactive.Internal.Misc
Description
Misc Reactive internal defs
Synopsis
type Action = IO ()
Convenient alias for dropping parentheses.
type Sink a = a -> Action
Value consumer