Skip to content

Commit e6f6b19

Browse files
authored
Update operator-overloading.md to include Colon (#48765)
1 parent cd7e8c2 commit e6f6b19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/fsharp/language-reference/operator-overloading.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Other combinations of operator characters that are not listed here can be used a
126126
|`)`|`RParen`|
127127
|`[`|`LBrack`|
128128
|`]`|`RBrack`|
129+
|`:`|`Colon`|
130+
131+
Use of `:` in custom operators is partially reserved. It may only be used in operators where the first character is `>` or `.` where the first character after any number of leading `.` is `>` e.g. `>:` or `.>:`.
129132

130133
## Prefix and Infix Operators
131134

0 commit comments

Comments
 (0)