diff options
| author | Pierre-Marie Pédrot | 2016-03-20 16:59:15 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-03-20 21:26:40 +0100 |
| commit | dc7b77f09fe5e59e6e48486d9a8c0bdc6acf83b7 (patch) | |
| tree | 1314b0f8a4f296f01b492cbd6db3549cba78f1b9 /parsing | |
| parent | 6de9f13ba666250ea397c7db1d9d37075a9dc1c2 (diff) | |
Adding a new Ltac generic argument for forced tactics returing unit.
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/pcoq.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/pcoq.ml b/parsing/pcoq.ml index c7cb62d592..207b43064c 100644 --- a/parsing/pcoq.ml +++ b/parsing/pcoq.ml @@ -881,5 +881,6 @@ let () = (* Grammar.register0 wit_hyp_location_flag; *) Grammar.register0 wit_red_expr (Tactic.red_expr); Grammar.register0 wit_tactic (Tactic.tactic); + Grammar.register0 wit_ltac (Tactic.tactic); Grammar.register0 wit_clause_dft_concl (Tactic.clause_dft_concl); () |
