Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
110 packages returned for Tags:"either"
Sort by
Relevance
Downloads
Recently updated
Optional
by:
nilu
8,192,563 total downloads
last updated
2/5/2019
Latest version:
5.0.0-alpha
Option
Some
None
Maybe
Either
Exception
Null
Monad
Monadic
Functional
Optional is a robust option/maybe type for C#.
LanguageExt.
Core
by:
louthy
11,936,522 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
This library uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
Optional.
Async
by:
dnikolovv
319,603 total downloads
last updated
6/19/2019
Latest version:
1.3.0
optional
monad
async
functional
maybe
either
Async extensions for Nils Lück's Optional library.
Tp.
Core.
Functional
by:
targetprocess
85,365 total downloads
last updated
6/1/2023
Latest version:
2.0.0-no-implicit-rc1
maybe
either
try
functional
This package includes implementation of Maybe, Try, Either with set of utility extension methods.
csharp-
monad
by:
louthy
165,909 total downloads
last updated
6/28/2016
Latest version:
1.0.1
C#
Functional
Monad
Option
Either
Reader
Writer
State
C# Monad Library
Galaxus.
Functional
by:
DigitecGalaxus
74,204 total downloads
last updated
11/28/2023
Latest version:
4.2.1
functional
option
either
result
digitec
galaxus
digitecgalaxus
A package bringing popular functional abstractions (e.g. Option or Either) to C#.
Tiger.
Types
by:
chrisoverzero
86,593 total downloads
last updated
5/8/2018
Latest version:
5.0.0
option
maybe
either
try
task
functional
A collection of useful types and operations on types.
LanguageExt.
Parsec
by:
louthy
436,053 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
Parser combinators library based on Haskell Parsec. This is part of the LanguageExt functional base class library and requires LanguageExt.Core
Here
by:
KeRNeLith
106,746 total downloads
last updated
9/16/2019
Latest version:
0.9.0
Here
Functional
C#
Option
Maybe
Result
Either
ValueObject
Monad
.NET library that provide mainly functional features for C#. This means concept of Option, Result, Either and ValueObject. Supported platforms: - .NET Standard 1.0+ - .NET Core 1.0+ - .NET Framework...
More information
LanguageExt.
FSharp
by:
louthy
466,152 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
Helper library for LanguageExt.Core that facilitates conversion between F# native types like Option, Map, List, etc to .NET and Language Ext types.
Optional.
Utilities
by:
nilu
87,454 total downloads
last updated
10/1/2016
Latest version:
1.1.0
Option
Some
None
Maybe
Either
Exception
Null
Monad
Monadic
Functional
Various useful functionality for Optional.
Optional.
Collections
by:
nilu
78,894 total downloads
last updated
10/1/2016
Latest version:
1.1.0
Option
Some
None
Maybe
Either
Exception
Null
Monad
Monadic
Functional
Useful Optional extensions for working with collections.
MicroElements.
Functional
by:
alexey.petriashev
MicroElements
77,873 total downloads
last updated
12/2/2020
Latest version:
1.10.0
monads
functional
Maybe
Option
Either
Result
Try
Memoize
MicroElements
C# implementation of functional concepts: Maybe (Option), Either (Result), Try, Memoize
LanguageExt.
CodeGen
by:
louthy
263,917 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Lenses
Records
Unions
Monad
Option
Either
More tags
Design and build-time code-gen for records, unions, lenses and immutable With functions
AInq.
Optional
by:
AInq
andryushchenko
29,771 total downloads
last updated
11/20/2023
Latest version:
3.5.2
AInq
Optional
Maybe
Try
Either
Simple optional types with basic helpers
Kontur.
Results
by:
alexandersorokin
skbkontur
31,125 total downloads
last updated
6/22/2023
Latest version:
3.0.0
kontur
kontur.results
result
results
optional
either
A library with Result types, such as Result and Optional.
LanguageExt.
Rx
by:
louthy
215,792 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
Support for Reactive Extensions overloads for various types in the LanguageExt.Core
Kontur.
Results.
Monad
by:
alexandersorokin
skbkontur
28,440 total downloads
last updated
6/22/2023
Latest version:
3.0.0
kontur
kontur.results
result
results
optional
either
do
A library with monad-like extensions for Kontur.Results, such as Then and do-notation.
LanguageExt.
Transformers
by:
louthy
186,537 total downloads
last updated
10/21/2023
Latest version:
4.4.7
C#
Functional
Language
Extension
Monad
Option
Either
Reader
Writer
State
More tags
Functions like MapT, BindT, ForAllT, etc. for the nested monadic type extensions (i.e. `Seq<Option>`
Narvalo.
Fx
by:
chtoucas
Deprecated
39,112 total downloads
last updated
4/7/2017
Latest version:
0.28.0
Maybe
Option
Error
ROP
Either
Linq
Monad
Functional
Features implementations of some of the usual suspects from functional programming: option type (Maybe<T>), error types (Result<T, TError>, Outcome<T> and Fallible<T>) for Railway Oriented Programming, simple...
More information
Previous
Next