Scalesque 0.8.0
A micro library for coding in a functional style using c#. Features Option<T>, Either<T,U>, pattern matching with exatractors, partially applied functions, scalaz inspired Validation<T,U> and various collection methods like fold and reduce.
Install-Package Scalesque -Version 0.8.0
dotnet add package Scalesque --version 0.8.0
<PackageReference Include="Scalesque" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Scalesque --version 0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Added exception wrapper. Added non-lazy GetOrElse for Option. Dropped if expressions as this was a bad idea (breaking change), replace with ternary expression.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Scalesque:
Package | Downloads |
---|---|
EventSaucing
Package Description
|
GitHub repositories
This package is not used by any popular GitHub repositories.