This project provides the monads Maybe(of T) and Try(of T), both with full support for modern async/await code.
Info
Version: | 2.2.0 |
Author(s): | Alexander Jesner |
Last Update: | Sunday, February 14, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cptjazz/Bebop.Monads |
NuGet Url: | https://www.nuget.org/packages/Bebop.Monads |
Install
Install-Package Bebop.Monads
dotnet add package Bebop.Monads
paket add Bebop.Monads
Bebop.Monads Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Threading.Tasks.Extensions(>= 4.0.0)
Tags