3e8b793ff3ceff1683c9a1e9a10fce2176a03117
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc035.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed g AnnExpr Expr(Var App);
4 _instances_
5 instance _forall_ [a] => {PrelBase.Eval (Expr a)} = $dEvalExpr0;
6 _declarations_
7 1 $dEvalExpr0 _:_ _forall_ [a] => {PrelBase.Eval (Expr a)} ;;
8 1 data Expr a = Var [PrelBase.Char] |  App (AnnExpr a) (AnnExpr a) ;
9 1 g _:_ _forall_ [a] => (a, Expr a) -> [[PrelBase.Char]] ;;
10 1 type AnnExpr a = (a, Expr a) ;