Explorar o código

removed '$(i)' interpolation

Nicolas Cannasse %!s(int64=12) %!d(string=hai) anos
pai
achega
d82ba19939
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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;