[Haskell-cafe] Haskell w/ delimited continuations

Taral taralx at gmail.com
Sat Feb 23 14:36:25 EST 2008


On Sat, Feb 23, 2008 at 1:05 AM,  <oleg at okmij.org> wrote:
>         reset ((\x -> x + x) (shift f f))

This one doesn't typecheck, since you can't unify the types (a -> r) and r.

-- 
Taral <taralx at gmail.com>
"Please let me know if there's any further trouble I can give you."
    -- Unknown


More information about the Haskell-Cafe mailing list