[project @ 2003-12-16 16:24:55 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot-6
index 1987cc4..30d90a0 100644 (file)
@@ -1,6 +1,7 @@
 module HsExpr where
 
 data HsExpr i
+data HsSplice i
 data Match a
 data GRHSs a
 
@@ -10,6 +11,9 @@ type LMatch a  = SrcLoc.Located (Match a)
 pprExpr :: (Outputable.OutputableBndr i) => 
        HsExpr.HsExpr i -> Outputable.SDoc
 
+pprSplice :: (Outputable.OutputableBndr i) => 
+       HsExpr.HsSplice i -> Outputable.SDoc
+
 pprPatBind :: (Outputable.OutputableBndr i) => 
        HsPat.LPat i -> HsExpr.GRHSs i -> Outputable.SDoc