SuccincT 2.0.0
See the version list below for details.
dotnet add package SuccincT --version 2.0.0
NuGet\Install-Package SuccincT -Version 2.0.0
<PackageReference Include="SuccincT" Version="2.0.0" />
<PackageVersion Include="SuccincT" Version="2.0.0" />
<PackageReference Include="SuccincT" />
paket add SuccincT --version 2.0.0
#r "nuget: SuccincT, 2.0.0"
#addin nuget:?package=SuccincT&version=2.0.0
#tool nuget:?package=SuccincT&version=2.0.0
Discriminated unions, pattern matching and partial applications for C#
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 SuccincT:
Package | Downloads |
---|---|
SuccincT.JSON
SuccincT.JSON adds JSON serialization support to Succinc<T>, a .NET library that adds a number of functional features to C#. |
|
Converto.SuccincT
A C# library which gives you basic functions for type conversion and object transformation |
|
ReduxSimple.DevTools
Simple Stupid Redux Store using Reactive Extensions |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SuccincT:
Repository | Stars |
---|---|
Odonno/ReduxSimple
Simple Stupid Redux Store using Reactive Extensions
|
Version | Downloads | Last Updated |
---|---|---|
4.0.0 | 52,644 | 2/17/2020 |
3.2.0 | 42,026 | 5/17/2018 |
3.1.0 | 10,487 | 2/12/2018 |
3.0.1 | 10,411 | 6/27/2017 |
3.0.0 | 1,789 | 5/25/2017 |
2.3.0 | 20,026 | 3/8/2017 |
2.2.0 | 1,618 | 1/25/2017 |
2.1.0 | 1,672 | 8/26/2016 |
2.0.0 | 1,483 | 6/28/2016 |
1.6.0 | 1,779 | 4/18/2016 |
1.5.1 | 1,557 | 1/12/2016 |
1.5.0 | 1,586 | 11/4/2015 |
1.4.1 | 1,487 | 10/19/2015 |
1.4.0 | 1,540 | 9/22/2015 |
1.3.2 | 1,521 | 7/1/2015 |
1.3.0 | 1,507 | 6/30/2015 |
1.2.0 | 1,556 | 6/23/2015 |
1.1.0 | 1,497 | 6/22/2015 |
1.0.0 | 1,563 | 6/17/2015 |
V2.0.0 introduces a number of breaking changes, a completely rewritten implementation of pattern matching (keeping the same semantics, so this shouldn't break and existing uses), new methods to simplify the declaration and typing of lambdas, a new Unit type and Maybe, which is a struct-based alternative to the Option type.