Hacker News new | ask | show | jobs
by chowells 4090 days ago
Callbacks are more or less handled by the continuation monad transformer, `ContT`, if you want to use it.
1 comments

Interesting. I think I will have to play around this before I get my head around it, but thanks for the suggestion.