[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail045.stderr
index aab4038..c02f3bd 100644 (file)
@@ -1,4 +1,11 @@
  
-tcfail045.hs:10: Type constructor or class not in scope: `PrimIO'
+tcfail045.hs:10:
+    Unacceptable instance type for ccall-ish class
+       class CCallable type Socket
+tcfail045.hs:13:
+    No instance for: `CCallable Socket'
+       arising from an argument in the _ccall_ to `foo', namely `x', at tcfail045.hs:13
+
 
 Compilation had errors