Yampa/switch

From HaskellWiki
< Yampa
Revision as of 23:05, 24 June 2011 by GeroldMeisinger (talk | contribs) (New page: Image:Yampa switch.png‎ <source lang="haskell"> switch :: SF in (out, Event t) -> (t -> SF in out) -> SF in out </source> (download original [[:Image:Yampa switch.svg...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 switch.png

switch :: SF in (out, Event t)
       -> (t -> SF in out)
       -> SF in out

(download original Yampa switch.svg)

Yampa switches