Skip to content

Commit

Permalink
Allow ARGUMENT EXTEND grammar to be printed with Print Grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbelin committed Oct 4, 2020
1 parent ad531e6 commit 4e338a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ltac/tacentries.ml
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ let argument_extend (type a b c) ~name (arg : (a, b, c) tactic_argument) =
e
| Vernacextend.Arg_rules rules ->
let e = Pcoq.create_generic_entry Pcoq.utactic name (Genarg.rawwit wit) in
register_grammars_by_name name [AnyEntry e];
e
in
let (rpr, gpr, tpr) = arg.arg_printer in
Expand Down

0 comments on commit 4e338a5

Please sign in to comment.