patch applied (hugs98): report the top-level goal when hitting the cutoff (fixes #65)
20 Apr
2007
20 Apr
'07
8:37 p.m.
Fri Apr 20 13:28:47 PDT 2007 Ross Paterson <ross@soi.city.ac.uk> * report the top-level goal when hitting the cutoff (fixes #65) Formerly cutoffExceeded() reported the current goal, which was not necessarily part of the problematic cycle. For example, given class C a where f :: a -> a instance (Eq a, C a) => C a test = f True it reported that it could not prove Eq Bool, even though this is provable in one step. M ./src/preds.c -6 +22
7026
Age (days ago)
7026
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ross Paterson