Simon Marlow ([EMAIL PROTECTED]) wrote:

: yes, I should have mentioned that you need to use a cpp macro to achieve the
: desired effect.  eg. GHC's "ASSERT" macro:
: 
:    #define ASSERT(e) if (not (e)) then (assertPanic __FILE__ __LINE__) else

Cool. I'll try it the next time I have to debug some code.

Thanks.


Regards,



Marc

Reply via email to