[Haskell-cafe] ($) not as transparent as it seems
Steffen Schuldenzucker
sschuldenzucker at uni-bonn.de
Thu Feb 3 21:44:06 CET 2011
Dear cafe,
does anyone have an explanation for this?:
>>> error (error "foo")
*** Exception: foo
>>> error $ error "foo"
*** Exception: *** Exception: foo
-- Steffen
More information about the Haskell-Cafe
mailing list