-
Notifications
You must be signed in to change notification settings - Fork 96
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 support for ValueOption #521
Conversation
fe91dbe
to
b11746c
Compare
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.
Good job !
src/FSharpPlus/FSharpPlus.fsproj
Outdated
@@ -30,6 +30,7 @@ | |||
<ItemGroup> | |||
<Compile Include="Internals.fs" /> | |||
<Compile Include="Extensions/Option.fs" /> | |||
<Compile Include="Extensions\ValueOption.fs" /> |
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.
Bar is \
instead of /
FSharpPlus.sln
Outdated
@@ -77,6 +77,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D | |||
docsrc\content\type-writert.fsx = docsrc\content\type-writert.fsx | |||
docsrc\content\type-ziplist.fsx = docsrc\content\type-ziplist.fsx | |||
docsrc\content\types.fsx = docsrc\content\types.fsx | |||
docsrc\content\type-valueoptiont.fsx = docsrc\content\type-valueoptiont.fsx |
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.
Move it up :)
No description provided.