Yampa/rpSwitch

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Yampa rpSwitch.png

rpSwitch :: Functor col
         => (forall sf. (in -> col sf -> col (ext, sf)))
         -> col (SF ext out)
         -> SF (in, Event ( col (SF ext out)
                         -> col (SF ext out)))
               (col out)

(download original Yampa rpSwitch.svg)

Yampa switches