diff options
author | Matthieu Sozeau <mattam@mattam.org> | 2016-04-04 14:49:06 +0200 |
---|---|---|
committer | Matthieu Sozeau <mattam@mattam.org> | 2016-04-04 14:49:06 +0200 |
commit | 16536fd734d6a7aaa6ff85f56cef629df74ce36a (patch) | |
tree | a9ffc8d0830c7c826ea164b5267f95985365fe63 /intf | |
parent | 5569a06d062f913c66cbcb8bd01d4505e603d321 (diff) | |
parent | 6aa58955515dff338ea85d59073dfc0d0c7648ab (diff) |
Merge branch 'trunk-function_scope' of https://github.com/JasonGross/coq into JasonGross-trunk-function_scope
Diffstat (limited to 'intf')
-rw-r--r-- | intf/vernacexpr.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index bd5890e29..14a80379e 100644 --- a/intf/vernacexpr.mli +++ b/intf/vernacexpr.mli @@ -294,7 +294,7 @@ type vernac_expr = obsolete_locality * (lstring * syntax_modifier list) | VernacOpenCloseScope of obsolete_locality * (bool * scope_name) | VernacDelimiters of scope_name * string option - | VernacBindScope of scope_name * reference or_by_notation list + | VernacBindScope of scope_name * class_rawexpr list | VernacInfix of obsolete_locality * (lstring * syntax_modifier list) * constr_expr * scope_name option | VernacNotation of |