aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_vernac.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_vernac.ml4 b/parsing/g_vernac.ml4
index 52cb3d8989..7494ffd7c9 100644
--- a/parsing/g_vernac.ml4
+++ b/parsing/g_vernac.ml4
@@ -452,7 +452,7 @@ GEXTEND Gram
;
module_type:
[ [ qid = qualid -> CMTEident qid
-(* ... *)
+ | "("; mt = module_type; ")" -> mt
| mty = module_type; me = module_expr_atom -> CMTEapply (mty,me)
| mty = module_type; "with"; decl = with_declaration -> CMTEwith (mty,decl)
] ]