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
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).
5
+
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).
6
6
7
7
## Key Features
8
8
- Implementation of common monads like [Option](#option), [Result](#result), and [ResultOption](#resultoption).
0 commit comments