[project @ 1997-12-16 16:27:38 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc035.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _interface_ ShouldSucceed 1
3 _instance_modules_
4 Addr ArrBase Foreign IO PrelNum
5 _usages_
6 PrelBase 1 :: $d2 1 $d23 1 $d24 1 $d25 1 $d38 1 $d39 1 $d40 1 $d42 1 $d45 1 $d47 1 $m>> 1 Eval 1 Monad 1 MonadPlus 1 MonadZero 1;
7 PrelTup 1 :: $d13 1;
8 _exports_
9 ShouldSucceed g AnnExpr Expr(Var App);
10 _instances_
11 instance _forall_ [a] => {PrelBase.Eval (Expr a)} = $d1;
12 _declarations_
13 1 $d1 _:_ _forall_ [a] => {PrelBase.Eval (Expr a)} ;;
14 1 type AnnExpr a = (a, Expr a) ;
15 1 data Expr a = Var [PrelBase.Char] |  App (AnnExpr a) (AnnExpr a) ;
16 1 g _:_ _forall_ [ta] => (ta, Expr ta) -> [[PrelBase.Char]] ;;