diff options
| author | Maxime Dénès | 2017-05-17 19:18:49 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-05-17 19:18:49 +0200 |
| commit | 9f11adda4bff194a3c6a66d573ce7001d4399886 (patch) | |
| tree | be4fde28322ff1c71d2be4bb836390b1d7ffba96 /plugins/ltac/pptactic.mli | |
| parent | 6d770156669dd9868ae7623b8f4302866e2cc8c7 (diff) | |
| parent | b82f27726f5ae891689e3b958323c2a61d4c154b (diff) | |
Merge PR#633: An extension of EXTEND and notations to make standard parsing tricks available to users
Diffstat (limited to 'plugins/ltac/pptactic.mli')
| -rw-r--r-- | plugins/ltac/pptactic.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/pptactic.mli b/plugins/ltac/pptactic.mli index 729338fb9a..433f342c4f 100644 --- a/plugins/ltac/pptactic.mli +++ b/plugins/ltac/pptactic.mli @@ -21,7 +21,7 @@ open Ppextend type 'a grammar_tactic_prod_item_expr = | TacTerm of string -| TacNonTerm of Loc.t * 'a * Names.Id.t +| TacNonTerm of Loc.t * 'a * Names.Id.t option type 'a raw_extra_genarg_printer = (constr_expr -> std_ppcmds) -> |
