[project @ 1999-01-23 17:57:35 by sof]
[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