https://github.com/emik03/emik.unions
Contains the functional programming paradigm; unions in both disjointed- and tagged flavors.
https://github.com/emik03/emik.unions
csharp csharp-library dll
Last synced: 4 months ago
JSON representation
Contains the functional programming paradigm; unions in both disjointed- and tagged flavors.
- Host: GitHub
- URL: https://github.com/emik03/emik.unions
- Owner: Emik03
- License: mpl-2.0
- Created: 2022-11-22T13:53:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T10:51:58.000Z (over 1 year ago)
- Last Synced: 2025-01-13T02:08:27.479Z (over 1 year ago)
- Topics: csharp, csharp-library, dll
- Language: C#
- Homepage:
- Size: 569 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Emik.Unions
[](https://www.nuget.org/packages/Emik.Unions)
[](https://github.com/Emik03/Emik.Unions/blob/main/LICENSE)
Implements ADTs (Algebraic Data Types) using a combination of object-oriented and functional patterns, with a heavy focus on type inference and brevity.
This project has a dependency to [Emik.Morsels](https://github.com/Emik03/Emik.Morsels), if you are building this project, refer to its [README](https://github.com/Emik03/Emik.Morsels/blob/main/README.md) first.
---
- [Contribute](#contribute)
- [License](#license)
---
## Contribute
Issues and pull requests are welcome to help this repository be the best it can be.
## License
This repository falls under the [MPL-2 license](https://www.mozilla.org/en-US/MPL/2.0/).