C# functional language extensions - a base class library for functional programming
c-sharp
monads
functional-programming
records
functional-languages
equality
generic
f-sharp
monad
functor
lenses
monoid
semigroup
monad-transformers
applicative
immutable-collections
bcl
immutable-types
higher-kinded-types
language-ext
ad-hoc-polymorphism
structural-equality
-
Updated
Jul 28, 2021 - C#
Is your feature request related to a problem? Please describe.
I'm on my fourth project using Crocks and I keep reaching for the same function
getPropOrError(andgetPathOrError). Instead of me releasing my own library, or copy/pasting the function around I think it would be good to have this in the standard library.Describe the solution you'd like
`getPropOrError :: String -> a