hcerim / Funk

Functional programming library for C#

Home Page:https://hcerim.github.io/Funk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version Build Tests

Funk -> Functional C#

Funk implements many concepts from the functional programming paradigm to reduce code size and most importantly help developers write honest bug-free code.

Installation

Funk is available as a NuGet package.

You can install it through Package Manager:

Install-Package Funk -Version 1.1.3

Or through .NET CLI:

dotnet add package Funk --version 1.1.3

Or add it directly in package references:

<PackageReference Include="Funk" Version="1.1.3" />