aboutsummaryrefslogtreecommitdiffhomepage
path: root/translate
diff options
context:
space:
mode:
Diffstat (limited to 'translate')
-rw-r--r--translate/ppvernacnew.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml
index 50de4ec32..e4fa125e1 100644
--- a/translate/ppvernacnew.ml
+++ b/translate/ppvernacnew.ml
@@ -898,8 +898,9 @@ pr_vbinders bl ++ spc())
| VernacSolve (i,tac,deftac) ->
(if i = 1 then mt() else int i ++ str ": ") ++
(* str "By " ++*)
- (if deftac then mt() else str "!! ") ++
Options.with_option Options.translate_syntax (pr_raw_tactic_goal i) tac
+ ++ (if deftac & Pfedit.get_end_tac() <> None then str ".." else mt ())
+
| VernacSolveExistential (i,c) ->
str"Existential " ++ int i ++ pr_lconstrarg c