Example: Processes
data Process a b = Put b (Process a b)
| Get (a -> Process a b)
f >>> g
f
g
Föregående bild
Nästa bild
Tillbaka till första bilden
Visa grafisk version