Skip to content

Commit

Permalink
Merge pull request #3722 from som-snytt/issue/8325-spec-update
Browse files Browse the repository at this point in the history
Issue/8325 spec update
  • Loading branch information
adriaanm committed May 12, 2014
2 parents 3f28bbe + b185cbd commit 984fe09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/03-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,7 @@ An infix type $T_1$ `op` $T_2$ consists of an infix
operator `op` which gets applied to two type operands $T_1$ and
$T_2$. The type is equivalent to the type application
`op`$[T_1, T_2]$. The infix operator `op` may be an
arbitrary identifier, except for `*`, which is reserved as a postfix modifier
denoting a [repeated parameter type](04-basic-declarations-and-definitions.html#repeated-parameters).
arbitrary identifier.

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

0 comments on commit 984fe09

Please sign in to comment.