https://github.com/digillect/fp-types
Functional programming types collection
https://github.com/digillect/fp-types
Last synced: 11 months ago
JSON representation
Functional programming types collection
- Host: GitHub
- URL: https://github.com/digillect/fp-types
- Owner: Digillect
- License: mit
- Created: 2025-01-20T18:18:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T20:53:19.000Z (about 1 year ago)
- Last Synced: 2025-05-05T21:35:00.332Z (about 1 year ago)
- Language: C#
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digillect Functional Programming Types
`Result` and `Option` discriminated unions, accompanied by the `Unit` singleton to avoid
exception throwing and deal with potential NREs.
## Credits and Thanks
This library is highly influenced by the following masterpieces:
- [Language Extensions](https://github.com/louthy/language-ext)
- [ErrorOr](https://github.com/amantinband/error-or)
- Many more examples from YouTube and GitHub.