diff options
Diffstat (limited to 'ghc/compiler/hsSyn/HsDecls.lhs')
-rw-r--r-- | ghc/compiler/hsSyn/HsDecls.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/compiler/hsSyn/HsDecls.lhs b/ghc/compiler/hsSyn/HsDecls.lhs index 8c23d482bf..dadcc6b984 100644 --- a/ghc/compiler/hsSyn/HsDecls.lhs +++ b/ghc/compiler/hsSyn/HsDecls.lhs @@ -573,7 +573,6 @@ pprConDecl (ConDecl con expl tvs cxt details (ResTyGADT res_ty)) where ppr_details (PrefixCon arg_tys) = dcolon <+> ppr (foldr mk_fun_ty res_ty arg_tys) ppr_details (RecCon fields) = ppr fields <+> dcolon <+> ppr res_ty - ppr_details (PrefixCon _) = pprPanic "pprConDecl" (ppr con) mk_fun_ty a b = noLoc (HsFunTy a b) |