Browse Source

removed '$(i)' interpolation

Nicolas Cannasse 12 years ago
parent
commit
d82ba19939
1 changed files with 0 additions and 2 deletions
  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;