[Haskell-cafe] lazily-loaded structures

Evan Laforge qdunkan at gmail.com
Fri Jan 1 23:32:46 EST 2010


> What do you mean by "completely abort"? Couldn't it simply raise an
> exception that could be handled in main?

Yeah, that's what I meant by complete abort.  You don't get to save
the work you did get done.  You could checkpoint progress, but of
course that's an impure operation.


More information about the Haskell-Cafe mailing list