In ghci, why does

  throw $ ArithException DivideByZero

print

  *** Exception: divide by zero

while

  throwDyn $ ArithException DivideByZero

print

  *** Exception: (unknown)

?

Mike

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to