[project @ 1997-05-19 00:12:10 by sof]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot
1 _interface_ HsExpr 1
2 _exports_
3 HsExpr HsExpr Stmt;
4 _instances_
5 instance _forall_ [a b c d] => {Outputable.Outputable (HsExpr a b c d)} = $d1;
6 instance _forall_ [a b c d] => {Outputable.Outputable (Stmt a b c d)} = $d2;
7 _declarations_
8 1 $d1 _:_ _forall_ [a b c d] => {Outputable.Outputable (HsExpr a b c d)} ;;
9 1 $d2 _:_ _forall_ [a b c d] => {Outputable.Outputable (Stmt a b c d)} ;;
10 1 data HsExpr a b c d;
11 1 data Stmt a b c d;