diff options
| author | Pierre-Marie Pédrot | 2021-03-13 14:32:13 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2021-03-13 14:40:49 +0100 |
| commit | 754dc0848ac5c48fc92363a6c2acc7f6ada76e32 (patch) | |
| tree | 18ec5bfb096be0a1bcc4f283fd8cc116034b9b07 /user-contrib/Ltac2/tac2quote.mli | |
| parent | 50654a3c660b9e39f7e9d2426b0b53afc48138c5 (diff) | |
Allow scope delimiters in Ltac2 open_constr:(...) quotation.
Fixes #12806: Ltac2 Notation's open_constr should accept scope stacks.
Diffstat (limited to 'user-contrib/Ltac2/tac2quote.mli')
| -rw-r--r-- | user-contrib/Ltac2/tac2quote.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-contrib/Ltac2/tac2quote.mli b/user-contrib/Ltac2/tac2quote.mli index fcd1339cd7..6e2f548319 100644 --- a/user-contrib/Ltac2/tac2quote.mli +++ b/user-contrib/Ltac2/tac2quote.mli @@ -36,7 +36,7 @@ val of_ident : Id.t CAst.t -> raw_tacexpr val of_constr : ?delimiters:Id.t list -> Constrexpr.constr_expr -> raw_tacexpr -val of_open_constr : Constrexpr.constr_expr -> raw_tacexpr +val of_open_constr : ?delimiters:Id.t list -> Constrexpr.constr_expr -> raw_tacexpr val of_list : ?loc:Loc.t -> ('a -> raw_tacexpr) -> 'a list -> raw_tacexpr |
