Browse Source

removed '$(i)' interpolation

Nicolas Cannasse 12 năm trước cách đây
mục cha
commit
d82ba19939
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      typer.ml

+ 0 - 2
typer.ml

@@ -1902,8 +1902,6 @@ and type_expr ctx (e,p) (with_type:with_type) =
 				parse (pos + 1) (pos + 1)
 			| '{' ->
 				parse_group start pos '{' '}' "brace"
-			| '(' ->
-				parse_group start pos '(' ')' "parenthesis"
 			| 'a'..'z' | 'A'..'Z' | '_' ->
 				add_sub start (pos - 1);
 				incr min;