diff options
| -rw-r--r-- | translate/ppconstrnew.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ppconstrnew.ml b/translate/ppconstrnew.ml index dcaa82e70e..f8af132561 100644 --- a/translate/ppconstrnew.ml +++ b/translate/ppconstrnew.ml @@ -129,7 +129,7 @@ let rec pr_patt inh p = let pr_eqn pr (_,pl,rhs) = spc() ++ hov 4 (str "| " ++ - hv 0 (prlist_with_sep sep_v (pr_patt ltop) pl ++ str " =>") ++ + hov 0 (prlist_with_sep sep_v (pr_patt ltop) pl ++ str " =>") ++ spc() ++ pr ltop rhs) |
