fbda08656dc47007bc089ec40430adfd4f69a3e8
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / 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} ;