c3ed0420bc11b8891ae50c6331ffb88e50f90a26
[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 _declarations_
5 1 data Expr $r3E = Var [PrelBase.Char] |  App (AnnExpr $r3E) (AnnExpr $r3E) ;
6 1 g _:_ _forall_ [$a] => ($a, Expr $a) -> [[PrelBase.Char]] ;;
7 1 type AnnExpr $r3I = ($r3I, Expr $r3I) ;