aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/metasyntax.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/metasyntax.ml')
-rw-r--r--toplevel/metasyntax.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/metasyntax.ml b/toplevel/metasyntax.ml
index 564fc48d8..02148a53e 100644
--- a/toplevel/metasyntax.ml
+++ b/toplevel/metasyntax.ml
@@ -187,7 +187,7 @@ let add_tactic_grammar g =
let print_grammar univ entry =
let u = get_univ univ in
let typ = explicitize_entry (fst u) entry in
- let te,_ = get_constr_entry typ in
+ let te,_,_ = get_constr_entry typ in
Gram.Entry.print te
(* Infix, distfix, notations *)