-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add IsNone, IsSome and IsChoiceXOfY variants #354
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, I like the additions. Please resolve the conflicts and the requested change below, and I'll be happy to merge.
function | ||
| Some x -> x | ||
| None -> failwithf fmt | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than just removing this function, please add an ObsoleteAttribute
to explain that it will be removed in a future release and which function should be used instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the function has been introduced quite recently, and it's broken by design from the beginning and there's no substitute -- it just doesn't work
Thanks! |
No description provided.