[project @ 1997-11-25 11:52:10 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail078.hs
1 module ShouldFail where
2
3 --!!! Using a type constructor as a class name
4
5 f :: Integer i => i 
6 f =               0