Yampa/rpSwitch: Difference between revisions
< Yampa
New page: Image:Yampa rpSwitch.png <source lang="haskell"> rpSwitch :: Functor col => (forall sf. (in -> col sf -> col (ext, sf))) -> col (SF ext out) -> SF (in, E... |
No edit summary |
||
Line 12: | Line 12: | ||
(download original [[:Image:Yampa rpSwitch.svg|Yampa rpSwitch.svg]]) | (download original [[:Image:Yampa rpSwitch.svg|Yampa rpSwitch.svg]]) | ||
{{Yampa Switches}} | |||
Revision as of 23:11, 24 June 2011
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)