> 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
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