diff options
| author | Hugo Herbelin | 2014-09-13 10:41:28 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2014-09-13 11:20:28 +0200 |
| commit | 9a4e062c92ad88c894ebbd6e20ee9d1511f24a3f (patch) | |
| tree | f258cc2a80359d4739a244fff0b67c5220bae598 /parsing | |
| parent | 50b20a3076c5c8dfe4cf77ccfa65f33c873a2fab (diff) | |
Checking typability of evar instances. Using ";" to separate bindings
in instances.
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/g_constr.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_constr.ml4 b/parsing/g_constr.ml4 index 18012f8a19..0c1c20ec65 100644 --- a/parsing/g_constr.ml4 +++ b/parsing/g_constr.ml4 @@ -295,7 +295,7 @@ GEXTEND Gram [ [ id = ident; ":="; c = lconstr -> (id,c) ] ] ; evar_instance: - [ [ "@{"; l = LIST1 inst SEP ","; "}" -> l + [ [ "@{"; l = LIST1 inst SEP ";"; "}" -> l | -> [] ] ] ; instance: |
