Info
| Version: | 1.2.0 | 
| Author(s): | Vlad Riscutia | 
| Last Update: | Wednesday, September 5, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://vladris.com/Maki/ | 
| NuGet Url: | https://www.nuget.org/packages/Maki | 
Install
Install-Package Maki
                        dotnet add package Maki
                        paket add Maki
                        
                                Maki Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- docfx.console(>= 2.36.2)
 
                
Maki provides discriminate union types Variant<...> and Either<TLeft, TRight>, a NotNull container, Optional and Error monads, primitive types Unit and Never.
Maki.Functional provides extension methods to convert Action<...> to an equivalent Func<..., Unit> and extension methods for Func<...> to enable currying.