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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
