https://github.com/pfpack/pfpack-core
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals: Optional and Result monads, Failure type, Tagged Union, Unit type, and functional interfaces (SAM interfaces), as well as the useful extensions. The Pack supports both asynchronous and synchronous programming models.
https://github.com/pfpack/pfpack-core
Last synced: 5 months ago
JSON representation
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals: Optional and Result monads, Failure type, Tagged Union, Unit type, and functional interfaces (SAM interfaces), as well as the useful extensions. The Pack supports both asynchronous and synchronous programming models.
- Host: GitHub
- URL: https://github.com/pfpack/pfpack-core
- Owner: pfpack
- License: mit
- Created: 2021-11-20T15:27:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T16:15:33.000Z (over 3 years ago)
- Last Synced: 2025-11-24T06:50:01.167Z (9 months ago)
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrimeFuncPack Core - A Functional Programming Framework for .NET
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
- Functional interfaces (Single Abstract Method interfaces);
- as well as extensions such as the Optional Linq, the SAM interfaces factories, etc.
The Pack supports both asynchronous and synchronous programming models.