An open API service indexing awesome lists of open source software.

https://github.com/coderynx/functional

A simple .NET functional library
https://github.com/coderynx/functional

csharp functional-programming option result

Last synced: 5 months ago
JSON representation

A simple .NET functional library

Awesome Lists containing this project

README

          

# Coderynx.Functional

Coderynx.Functional is a .NET package that implements the Option and Result types, which are commonly used in
functional programming. It also provides extensions method for converting Result and Option types to ASP.NET results.