Difference between revisions of "Yampa/pSwitch"

From HaskellWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
[[Image:Yampa pSwitch.png|upright|768px‎]]
+
[[Image:Yampa pSwitch.png|768px]]
   
 
<source lang="haskell">
 
<source lang="haskell">

Latest revision as of 23:27, 24 June 2011

Yampa pSwitch.png

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

(download original Yampa pSwitch.svg)

Yampa switches