Skip to content
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

Merged
merged 6 commits into from
Apr 1, 2018

Conversation

sideeffffect
Copy link
Contributor

No description provided.

Copy link
Contributor

@panesofglass panesofglass left a 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

Copy link
Contributor

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.

Copy link
Contributor Author

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

@panesofglass panesofglass merged commit d51ce76 into fsprojects:master Apr 1, 2018
@panesofglass
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants