Bearded.Monads 1.0.18

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bearded.Monads --version 1.0.18
NuGet\Install-Package Bearded.Monads -Version 1.0.18
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bearded.Monads" Version="1.0.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bearded.Monads --version 1.0.18
#r "nuget: Bearded.Monads, 1.0.18"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bearded.Monads as a Cake Addin
#addin nuget:?package=Bearded.Monads&version=1.0.18

// Install Bearded.Monads as a Cake Tool
#tool nuget:?package=Bearded.Monads&version=1.0.18

A place to put various monads that are useful in general C# programming.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Bearded.Monads:

Package Downloads
Csn.Trade.Utils

Package Description

Csn.Trade.ApiUtils

Package Description

confudge

Confudge makes it easy to use typed configuration without the overhead of creating adapter objects. It uses a convention and some overridable defaults to quickly enable typed configuration in .net.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.45 1,332 1/3/2024
1.4.43 347 1/3/2024
1.4.42 673 12/3/2023
1.4.40 2,723 2/3/2023
1.4.39 786 2/3/2023
1.4.1 822 2/3/2023
1.3.76 34,427 12/20/2018
1.3.75 1,317 12/20/2018
1.3.74 1,267 12/20/2018
1.3.73 1,347 11/26/2018
1.3.72 1,706 11/13/2018
1.3.69 1,351 10/29/2018
1.3.67 1,314 10/26/2018
1.3.60 21,856 4/23/2018
1.3.55 4,438 2/27/2018
1.3.48 4,142 11/14/2017
1.3.46 1,569 9/20/2017
1.3.45 1,467 9/14/2017
1.3.44 1,491 9/13/2017
1.3.43 1,524 9/12/2017
1.3.41 1,492 9/12/2017
1.3.40 1,516 9/6/2017
1.3.37 4,742 9/6/2017
1.3.36 1,492 9/6/2017
1.3.35 1,540 9/6/2017
1.3.34 1,502 9/6/2017
1.3.31 1,534 9/5/2017
1.3.30 1,530 9/5/2017
1.3.28 1,522 9/5/2017
1.3.27 4,288 8/23/2017
1.3.26 8,614 8/21/2017
1.3.25 9,134 8/16/2017
1.3.23 1,493 8/14/2017
1.3.21 1,508 8/3/2017
1.3.20 1,592 8/3/2017
1.3.18 1,479 8/3/2017
1.3.16 1,515 8/2/2017
1.3.15 1,715 8/1/2017
1.3.14 1,540 7/28/2017
1.3.13 1,595 7/6/2017
1.3.12 1,647 6/22/2017
1.3.11 1,607 6/22/2017
1.3.10 1,554 6/22/2017
1.3.9 1,574 5/25/2017
1.3.8 1,593 5/24/2017
1.2.2 1,572 5/24/2017
1.2.1 1,647 4/26/2017
1.1.5 5,301 8/18/2016
1.1.4 1,866 7/12/2016
1.1.3 2,060 6/12/2016
1.1.2 2,309 5/31/2016
1.1.1 1,726 5/9/2016
1.1.0 1,695 2/15/2016
1.0.25 1,839 10/29/2015
1.0.24 1,778 9/25/2015
1.0.23 1,748 9/24/2015
1.0.22 1,739 9/16/2015
1.0.21 1,734 9/4/2015
1.0.20 1,879 6/26/2015
1.0.19 1,809 6/24/2015
1.0.18 1,701 6/3/2015
1.0.17 1,949 6/3/2015
1.0.16 1,717 5/6/2015
1.0.15 2,572 11/30/2014
1.0.14 1,833 11/25/2014
1.0.13 1,787 10/22/2014
1.0.12 1,923 10/7/2014
1.0.11 1,844 10/7/2014
1.0.10 2,112 8/3/2014
1.0.9 1,809 8/3/2014
1.0.8 1,710 8/3/2014
1.0.7 1,921 7/30/2014
1.0.6 1,905 6/25/2014
1.0.5 1,812 6/25/2014
1.0.4 1,829 6/16/2014
1.0.3 2,129 3/24/2014
1.0.2 1,885 3/19/2014
1.0.0 1,772 3/19/2014

Add Select and Where to either.
     Add Else to either, which acts as a unifier :: Either a b -> (a -> c) -> (b -> c) -> c
     Add elsethrow to option.