You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fsharp/language-reference/operator-overloading.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,9 @@ Other combinations of operator characters that are not listed here can be used a
126
126
|`)`|`RParen`|
127
127
|`[`|`LBrack`|
128
128
|`]`|`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 `.>:`.
0 commit comments