diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2016-04-11 14:13:14 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2016-06-03 16:51:09 +0200 |
commit | 5cd0310f061b5eb1a631a0fff0ee7eb9674a11c3 (patch) | |
tree | f6a7d802401bc8ae2da26746e4de5b06ace51c0b /printing | |
parent | 64637ffc5054199459d9fc7f07b84a99da71c6f1 (diff) |
Removing "exact" from the tactic AST.
Diffstat (limited to 'printing')
-rw-r--r-- | printing/pptactic.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml index e4d155499..633ff1876 100644 --- a/printing/pptactic.ml +++ b/printing/pptactic.ml @@ -827,8 +827,6 @@ module Make | TacIntroPattern (_::_ as p) -> hov 1 (primitive "intros" ++ spc () ++ prlist_with_sep spc (Miscprint.pr_intro_pattern pr.pr_dconstr) p) - | TacExact c -> - hov 1 (primitive "exact" ++ pr_constrarg c) | TacApply (a,ev,cb,inhyp) -> hov 1 ( (if a then mt() else primitive "simple ") ++ |