[Haskell-cafe] Intuition to understand poor man's concurrency
Mikael Brockman
mbrock at goula.sh
Wed Jul 30 13:10:21 UTC 2014
Mikael Brockman <mbrock at goula.sh> writes:
> Values of `Cont a` are functions in continuation-passing style. That
> is, they are functions that hand their results to a continuation passing
> function, instead of returning.
Ehh, this should be something like "hand their results to explicitly
passed continuation functions." Sorry for the confusion. :)
More information about the Haskell-Cafe
mailing list