Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers authored Nov 26, 2024
1 parent cc20f2f commit 8c94cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![NuGet Version](https://img.shields.io/nuget/v/Danom.svg)](https://www.nuget.org/packages/Danom)
[![build](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml/badge.svg)](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml)

Danom is a C# library that provides (monadic) structures to simplify functional programming in C#, that enforces exhaustive matching by preventing direct value access (this is good).
Danom is a C# library that provides (monadic) structures to facilitate durable programming patterns in C# using [Option](#option) and [Result](#result).

## Key Features
- Implementation of common monads like [Option](#option), [Result](#result), and [ResultOption](#resultoption).
Expand Down

0 comments on commit 8c94cc1

Please sign in to comment.