X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FhsSyn%2FHsBinds.lhs;h=adf234dccc4fb2a911e775b636dbab87aec5a568;hb=58d200ac9cb51faa5c94e7919217f170b35b8441;hp=900b8009db44ac138610015b660ecabb5dc85d14;hpb=c58414c7fc6c259945c457c24f5992af1230a824;p=ghc-hetmet.git diff --git a/compiler/hsSyn/HsBinds.lhs b/compiler/hsSyn/HsBinds.lhs index 900b800..adf234d 100644 --- a/compiler/hsSyn/HsBinds.lhs +++ b/compiler/hsSyn/HsBinds.lhs @@ -323,6 +323,7 @@ data ExprCoFn instance Outputable ExprCoFn where ppr co_fn = pprCoFn (ptext SLIT("<>")) co_fn +pprCoFn :: SDoc -> ExprCoFn -> SDoc pprCoFn it CoHole = it pprCoFn it (CoCompose f1 f2) = pprCoFn (pprCoFn it f2) f1 pprCoFn it (ExprCoFn co) = it <+> ptext SLIT("`cast`") <+> pprParendType co