We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f28bbe + b185cbd commit 984fe09Copy full SHA for 984fe09
spec/03-types.md
@@ -352,8 +352,7 @@ An infix type $T_1$ `op` $T_2$ consists of an infix
352
operator `op` which gets applied to two type operands $T_1$ and
353
$T_2$. The type is equivalent to the type application
354
`op`$[T_1, T_2]$. The infix operator `op` may be an
355
-arbitrary identifier, except for `*`, which is reserved as a postfix modifier
356
-denoting a [repeated parameter type](04-basic-declarations-and-definitions.html#repeated-parameters).
+arbitrary identifier.
357
358
All type infix operators have the same precedence; parentheses have to
359
be used for grouping. The [associativity](06-expressions.html#prefix-infix-and-postfix-operations)
0 commit comments