Skip to content

Commit 984fe09

Browse files
committed
Merge pull request #3722 from som-snytt/issue/8325-spec-update
Issue/8325 spec update
2 parents 3f28bbe + b185cbd commit 984fe09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/03-types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,7 @@ An infix type $T_1$ `op` $T_2$ consists of an infix
352352
operator `op` which gets applied to two type operands $T_1$ and
353353
$T_2$. The type is equivalent to the type application
354354
`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).
355+
arbitrary identifier.
357356

358357
All type infix operators have the same precedence; parentheses have to
359358
be used for grouping. The [associativity](06-expressions.html#prefix-infix-and-postfix-operations)

0 commit comments

Comments
 (0)