diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/hsSyn/HsExpr.lhs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/hsSyn/HsExpr.lhs b/compiler/hsSyn/HsExpr.lhs index 2ddb7c8c12..db54ab8b37 100644 --- a/compiler/hsSyn/HsExpr.lhs +++ b/compiler/hsSyn/HsExpr.lhs @@ -529,6 +529,8 @@ pprParendExpr expr -- I think that is usually (always?) right in case unLoc expr of + ArithSeq{} -> pp_as_was + PArrSeq{} -> pp_as_was HsLit _ -> pp_as_was HsOverLit _ -> pp_as_was HsVar _ -> pp_as_was |