From 9b272d5a993da1409f1708934b992fa8dba1cc8c Mon Sep 17 00:00:00 2001 From: Andrei Sergeev Date: Mon, 13 Jan 2025 02:05:57 +0400 Subject: [PATCH] Remove Tagged Union readme --- docs/core-taggeds-union/README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/core-taggeds-union/README.md diff --git a/docs/core-taggeds-union/README.md b/docs/core-taggeds-union/README.md deleted file mode 100644 index 3764ee4d..00000000 --- a/docs/core-taggeds-union/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# PrimeFuncPack Core.TaggedUnion - -PrimeFuncPack Core.TaggedUnion is a core library for .NET consisting of Tagged Union targeted for use in functional programming. -The Core.TaggedUnion 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.