Hacker News new | past | comments | ask | show | jobs | submit login

I find the following type signature captures the essence:

type Transducer x y = forall b. (b -> y -> b) -> (b -> x -> b)

https://github.com/bitemyapp/learnhaskell/blob/master/dialog...




Thanks for this link!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: