Skip to content

Getting Started

Add CSharp.Made.Functional

Command Line
dotnet add package CSharp.Made.Functional

Using statements

The namespace does not match the package name to keep using statements shorter.

Usings.cs
// Required Usings

global using Functional;
global using static Functional.Prelude;