23e93b5f3233fd38b3733c0c0a2b9e33cb841daa
[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