[project @ 2001-08-15 16:27:15 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / ClassFoo.hi
1 _interface_ ClassFoo 1
2 _exports_
3 ClassFoo Foo(op1 op2);
4 _declarations_
5 1 class Foo a where { op1 :: a -> PrelBase.Int; op2 :: a -> a -> PrelBase.Int} ;