Skip to content

Commit 62385e7

Browse files
committed
Setup the repo readme
1 parent 51e0197 commit 62385e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
26

37
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
48
- Optional and Result monads, Failure type, Tagged Union, and Unit type;

0 commit comments

Comments
 (0)