https://github.com/pfpack/pfpack-core-unit
PrimeFuncPack Core.Unit is a core library for .NET consisting of Unit type targeted for use in functional programming. The Core.Unit is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
https://github.com/pfpack/pfpack-core-unit
csharp dotnet dotnet-core functional-programming unit-type
Last synced: 3 months ago
JSON representation
PrimeFuncPack Core.Unit is a core library for .NET consisting of Unit type targeted for use in functional programming. The Core.Unit is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
- Host: GitHub
- URL: https://github.com/pfpack/pfpack-core-unit
- Owner: pfpack
- License: mit
- Created: 2021-11-20T15:16:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T20:47:10.000Z (10 months ago)
- Last Synced: 2025-08-11T21:47:02.935Z (3 months ago)
- Topics: csharp, dotnet, dotnet-core, functional-programming, unit-type
- Language: C#
- Homepage:
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrimeFuncPack Core.Unit
PrimeFuncPack Core.Unit is a core library for .NET consisting of Unit type targeted for use in functional programming.
The Core.Unit is shipped as a part of 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.