Applying fundamental principles that lie at the foundation of functional programming in ASP.NET Core Web APIs.
-
Updated
Jul 9, 2018 - C#
Applying fundamental principles that lie at the foundation of functional programming in ASP.NET Core Web APIs.
Functional.Primitives.Maybe is a lightweight library providing a functional-style Maybe<T> struct. This struct represents an optional value that may or may not be present, offering a more expressive way to handle nullable types in a functional programming paradigm.
Add a description, image, and links to the functional-csharp topic page so that developers can more easily learn about it.
To associate your repository with the functional-csharp topic, visit your repo's landing page and select "manage topics."