diff options
| author | Pierre-Marie Pédrot | 2017-07-31 14:22:48 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-08-29 17:39:40 +0200 |
| commit | cc58638a8d33084c5c9f85ab4d536307da2d7929 (patch) | |
| tree | 5b12f123aea95ae02d1f18d8c3226ec2892d001f /API/API.mli | |
| parent | 73d577c2d959de975415f2807df6a22fa392d335 (diff) | |
[vernac] Store Infix Modifier in Vernac Notation.
This removes a dependency from `G_vernac` to `Metasyntax`.
Diffstat (limited to 'API/API.mli')
| -rw-r--r-- | API/API.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli index d1774afe54..3b2dc5a679 100644 --- a/API/API.mli +++ b/API/API.mli @@ -3799,7 +3799,7 @@ sig | VernacTimeout of int * vernac_expr | VernacFail of vernac_expr | VernacSyntaxExtension of - obsolete_locality * (lstring * syntax_modifier list) + bool * obsolete_locality * (lstring * syntax_modifier list) | VernacOpenCloseScope of obsolete_locality * (bool * scope_name) | VernacDelimiters of scope_name * string option | VernacBindScope of scope_name * class_rawexpr list |
