[Haskell-cafe] how out of memory is handled in Haskell
Manlio Perillo
manlio_perillo at libero.it
Tue Jan 6 18:48:53 EST 2009
Manlio Perillo ha scritto:
> [...]
>
> How is this handled in GHC?
> - exit(1)?
> - abort()?
> - IO exception?
>
Ok, found it by myself:
http://hackage.haskell.org/trac/ghc/ticket/1791
It is also explicitly documented in:
http://haskell.org/ghc/docs/latest/html/libraries/base/Control-Exception.html
and it's very strange that I have not seen it, sorry.
Manlio Perillo
More information about the Haskell-Cafe
mailing list