[project @ 1997-09-05 09:16:19 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc083.hs
1 --!!! instances with no binds;
2 --!!! be sure we get a legit .hi file
3 --
4 module Bar where
5
6 import ClassFoo
7
8 instance Foo Int
9
10 instance Foo a => Foo [a]