[project @ 1997-05-26 05:58:06 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / reader / read003.stderr
index e69de29..9a2e662 100644 (file)
@@ -0,0 +1,21 @@
+read003.hs:8: Cannot construct the infinite type (occur check)
+                 `t{-aK8-}' = `(t{-aK8-}, t{-aKb-}, t{-aKe-})'
+    Expected: `(t{-aK8-}, [a{-aKm-}], [a{-aKo-}])'
+    Inferred: `t{-aK8-}'
+    In a pattern binding:
+       ~(`a', `b', `c')
+           | [`nullity
+                   b'] =
+               `a'
+           | [`nullity
+                   c'] =
+               `a'
+           | [`PrelBase.otherwise'] =
+               `a'
+           where
+               `nullity'
+                   =   `PrelList.null'
+
+
+Compilation had errors