[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail045.stderr
1  
2 tcfail045.hs:10:
3     Unacceptable instance type for ccall-ish class
4         class CCallable type Socket
5  
6 tcfail045.hs:13:
7     No instance for `CCallable Socket'
8         (arising from an argument in the _ccall_ to `foo', namely `x' at tcfail045.hs:13)
9
10
11 Compilation had errors