Skip to content

Commit

Permalink
Update operator-overloading.md (#28497)
Browse files Browse the repository at this point in the history
fixes fsharp/fslang-design#639

This was an incorrect statement.
  • Loading branch information
cartermp committed Mar 7, 2022
1 parent 3fb0b92 commit 2661f87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/fsharp/language-reference/operator-overloading.md
Expand Up @@ -39,8 +39,6 @@ Depending on the exact character sequence you use, your operator will have a cer

The operator character `.` does not affect precedence, so that, for example, if you want to define your own version of multiplication that has the same precedence and associativity as ordinary multiplication, you could create operators such as `.*`.

Only the operators `?` and `?<-` may start with `?`.

The `$` operator must stand alone and without additional symbols.

A table that shows the precedence of all operators in F# can be found in [Symbol and Operator Reference](./symbol-and-operator-reference/index.md).
Expand Down

0 comments on commit 2661f87

Please sign in to comment.