[project @ 2001-05-08 10:58:48 by simonmar]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot
index f27e26c..a631f59 100644 (file)
@@ -1,11 +1,12 @@
 _interface_ HsExpr 1
 _exports_
-HsExpr HsExpr Stmt;
-_instances_
-instance _forall_ [a b c d] => {Outputable.Outputable (HsExpr a b c d)} = $d1;
-instance _forall_ [a b c d] => {Outputable.Outputable (Stmt a b c d)} = $d2;
+HsExpr HsExpr pprExpr Match GRHSs pprMatch pprMatches pprGRHSs ;
 _declarations_
-1 $d1 _:_ _forall_ [a b c d] => {Outputable.Outputable (HsExpr a b c d)} ;;
-1 $d2 _:_ _forall_ [a b c d] => {Outputable.Outputable (Stmt a b c d)} ;;
-1 data HsExpr a b c d;
-1 data Stmt a b c d;
+1 data HsExpr i p;
+1 pprExpr _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => HsExpr.HsExpr i p -> Outputable.SDoc ;;
+
+1 data Match a b ;
+1 data GRHSs a b ;
+1 pprGRHSs _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => PrelBase.Bool -> HsExpr.GRHSs i p -> Outputable.SDoc ;;
+1 pprMatch _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> HsExpr.Match i p -> Outputable.SDoc ;;
+1 pprMatches _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> [HsExpr.Match i p] -> Outputable.SDoc ;;