fsprojects / fsprojects/FSharpPlus
Add functions for Nullable<_>
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 941
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
I think at least Option.ofNullableshould be added.
@mausch did a whole module some years ago, I don't think we should add all of them. Remember that Nullable are restricted to non value types, so things like Option.map would break.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing Option functions and the nullable-types module linked in the issue at fssnip.net/1A. Confirm the intended scope beyond Option.ofNullable, then check how Nullable values are constrained and define completion as the selected functions being available without breaking Option.map semantics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100