[Haskell-cafe] question about throwDyn

Michael Vanier mvanier at cs.caltech.edu
Fri Oct 12 01:52:38 EDT 2007


In ghci, why does

   throw $ ArithException DivideByZero

print

   *** Exception: divide by zero

while

   throwDyn $ ArithException DivideByZero

print

   *** Exception: (unknown)

?

Mike



More information about the Haskell-Cafe mailing list