MaybeMonad 1.0.1.1
Maybe/Optional monad implementation for C#. For more information see http://csharp-functional.readthedocs.io/en/latest/maybe-monad.html.
Install-Package MaybeMonad -Version 1.0.1.1
dotnet add package MaybeMonad --version 1.0.1.1
<PackageReference Include="MaybeMonad" Version="1.0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MaybeMonad --version 1.0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MaybeMonad, 1.0.1.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install MaybeMonad as a Cake Addin #addin nuget:?package=MaybeMonad&version=1.0.1.1 // Install MaybeMonad as a Cake Tool #tool nuget:?package=MaybeMonad&version=1.0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MaybeMonad:
Package | Downloads |
---|---|
ResultMonad
Result monad for C#. In its core this monad enhances a type by adding a success/failure status. For more information see http://csharp-functional.readthedocs.io/en/latest/result-monad.html.
|
|
HttpResultMonad
Http Result monad for C#. In its core this monad enhances a type by adding a success/failure status and an http state. This type is meant to be used by operations that do Http calls. For more information see http://csharp-functional.readthedocs.io/en/latest/http-result-monad.html.
|
|
MaybeMonad.Extensions.ResultMonad
Extensions to MaybeMonad package to integrate with the ResultMonad package. For more information see http://csharp-functional.readthedocs.io/en/latest/extensions.html#maybe-extensions-examples.
|
|
HttpResultMonad.Extensions
Extensions to the HttpResultMonad package. For more information see http://csharp-functional.readthedocs.io/en/latest/extensions.html.
|
GitHub repositories
This package is not used by any popular GitHub repositories.