
3 Mar
2010
3 Mar
'10
12:11 a.m.
On Wed, Mar 3, 2010 at 6:07 AM, Ivan Miljenovic
On 3 March 2010 16:06, Tom Hawkins
wrote: How do I track down an reference to an undefined value? My program must not be using a library correctly because the program makes no direct use of 'undefined'. Running with +RTS -xc yields:
Test: Prelude.undefined Are you matching all patterns? When compiling with -Wall does it make any complaints?
-Wall only complains about shadow bindings, defined but not used, and no type signature. But no unmatched patterns.
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com