Re: exception classifier functions

2002-10-28 Thread Alastair Reid
> It's unfortunate that the exception classifier functions differ > between GHC and Hugs, even where capabilities overlap. > justIoErrors :: Exception -> Maybe IOError > justHugsExceptions :: Exception -> Maybe HugsException > Would greater commonal

exception classifier functions

2002-10-28 Thread Dean Herington
It's unfortunate that the exception classifier functions differ between GHC and Hugs, even where capabilities overlap. GHC has: ioErrors :: Exception -> Maybe IOError arithExceptions :: Exception -> Maybe ArithException errorCalls :: Exception -> Maybe String