You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
# PrimeFuncPack Core - A Functional Programming Framework for .NET
1
+
# PrimeFuncPack Core.Func
2
+
3
+
PrimeFuncPack Core.Func is a core library set for .NET consisting of functional interfaces (SAM interfaces) and the extensions targeted for use in functional programming.
4
+
There are both asynchronous (Task and ValueTask based) and synchronous interfaces and the extensions in the set - IAsyncFunc/IAsyncValueFunc and IFunc.
5
+
The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
2
6
3
7
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
4
8
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
0 commit comments