[project @ 2000-03-23 17:45:17 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail080.stderr
index ebed17d..0e40dd8 100644 (file)
@@ -1,7 +1,8 @@
 
 tcfail080.hs:11:
     Ambiguous type variable(s) `c' in the constraint `Collection c a'
-    arising from use of `isempty' at tcfail080.hs:11
+    arising from use of `singleton' at tcfail080.hs:11
+    In the first argument of `isempty', namely `(singleton x)'
     In the right-hand side of an equation for `q':
        isempty (singleton x)