-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about operators starting with ?
#639
Comments
The docs and spec should be updated, thanks |
cartermp
added a commit
to cartermp/docs
that referenced
this issue
Mar 4, 2022
fixes fsharp/fslang-design#639 This was an incorrect statement.
Thanks to you both for the clarification! |
BillWagner
pushed a commit
to dotnet/docs
that referenced
this issue
Mar 7, 2022
fixes fsharp/fslang-design#639 This was an incorrect statement.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I noticed that the latest FSharp Spec I could find (4.1) indicates in section 3.7 Symbolic Operators that
The language docs about operators were updated in 2016 to mention this (dotnet/docs#1291), but there is also documentation about nullable operators that seems in direct contradiction with this statement.
The current compiler does allow custom operators starting with
?
other than just?
or?<-
.I didn't find a more up-to-date RFC in the fslang repo on this topic.
Did I miss something? What should I believe? Should the docs or/and the specs be changed?
The text was updated successfully, but these errors were encountered: