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
- Wish list: RULES, line number and filenames. Marc van Dongen
- RE: Wish list: RULES, line number and filenames. Simon Marlow
- Re: Wish list: RULES, line number and filenames. 'Marc van Dongen'
- Re: Wish list: RULES, line number and filenames. Keith Wansbrough
- Re: Wish list: RULES, line number and filenames. 'Marc van Dongen'
- RE: Wish list: RULES, line number and filenames. Simon Marlow
- 'Marc van Dongen'