Difference between revisions of "Yampa/rpSwitch"

From HaskellWiki
Jump to navigation Jump to search
(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...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Image:Yampa rpSwitch.png‎]]
+
[[Image:Yampa rpSwitch.png‎|768px]]
   
 
<source lang="haskell">
 
<source lang="haskell">
Line 12: Line 12:
 
(download original [[:Image:Yampa rpSwitch.svg|Yampa rpSwitch.svg]])
 
(download original [[:Image:Yampa rpSwitch.svg|Yampa rpSwitch.svg]])
   
[[Yampa|Yampa switches]]
+
{{Yampa Switches}}
* [[Yampa/switch|switch]]
 
* [[Yampa/rSwitch|rSwitch]]
 
* [[Yampa/pSwitchB|pSwitchB]]
 
* [[Yampa/pSwitch|pSwitch]]
 
* [[Yampa/rpSwitchB|rpSwitchB]]
 
* [[Yampa/rpSwitch|rpSwitch]]
 

Latest revision as of 23:16, 24 June 2011

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