
23 Feb
2011
23 Feb
'11
10:28 p.m.
Hi!
On Thu, Feb 24, 2011 at 1:15 AM, Henning Thielemann
'throw' is for exception handling, 'assert' is for debugging. What do you intend to use 'assert' for? 'assert' is not a combination of 'if' and 'throw'. It can be disabled by a GHC flag, if you think you do not need debugging anymore.
Exactly, I need it for debugging. But I would like to have ordering assured when debugging. Mitar