a6d2cb9844da9c8c3019b09f646383bdfe854e97
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc035.stderr
1 __export ShouldSucceed AnnExpr Expr{Var App} g;
2 1 data Expr a = Var [PrelBase.Char] |  App (AnnExpr a) (AnnExpr a) ;
3 1 g :: __forall [a] => (a, Expr a) -> [[PrelBase.Char]] ;
4 1 type AnnExpr a = (a, Expr a) ;