[project @ 1999-01-15 18:08:37 by simonm]
[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} ;