[project @ 1998-08-14 11:28:20 by sof]
[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} ;