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
- Host: GitHub
- URL: https://github.com/coderynx/functional
- Owner: coderynx
- License: mit
- Created: 2024-05-24T12:01:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T11:02:35.000Z (5 months ago)
- Last Synced: 2025-05-05T11:39:17.473Z (5 months ago)
- Topics: csharp, functional-programming, option, result
- Language: C#
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.