[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / 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]