[project @ 2001-06-01 14:33:01 by sewardj]
[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