aboutsummaryrefslogtreecommitdiff
path: root/parsing/pcoq.ml
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/pcoq.ml')
-rw-r--r--parsing/pcoq.ml1
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);
()