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

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

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.