summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--parsing/parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/parser.mly b/parsing/parser.mly
index d069f2158..35a8fdb6a 100644
--- a/parsing/parser.mly
+++ b/parsing/parser.mly
@@ -1309,7 +1309,7 @@ operator:
;
constr_ident:
UIDENT { $1 }
- | LBRACKET RBRACKET { "[]" }
+/* | LBRACKET RBRACKET { "[]" } */
| LPAREN RPAREN { "()" }
| COLONCOLON { "::" }
| FALSE { "false" }