Search code examples
C# LanguageExt - combine multiple async calls into one grouped call...


c#functional-programmingmonadslanguage-ext

Read More
How do I convert a Validation<string, Unit> to a string that's empty on success?...


c#.netfunctional-programminglanguage-ext

Read More
LangageExt: Chaining of two Eithers with Bind(), but cannot figure out how to use them to create ano...


c#functional-programmingf#hashicorp-vaultlanguage-ext

Read More
How do you write a SelectMany from a Task in F#...


f#c#-to-f#language-ext

Read More
How to bind on multiple Either<,>?...


c#functional-programminglanguage-ext

Read More
how to use applicative validation using languageext?...


c#functional-programmingapplicativelanguage-ext

Read More
Convert Either<Error,Option<X>> to Option<Either<Error, X>> in c# LanguageEx...


c#functional-programmingoption-typeeitherlanguage-ext

Read More
How to build nested HashMap in C# using LanguageExt in a most-readable way?...


c#linqhashmapienumerablelanguage-ext

Read More
LanguageExt Fold list of eithers to one either...


c#language-ext

Read More
C# - Joining two LanguageExt Either<Error, List<T>> on matching key...


c#linqmonadslanguage-ext

Read More
Support for Type Abbreviations / Type Aliases...


language-ext

Read More
languageext eitherasyn with aggegrate bind with validation...


c#functional-programmingeitherlanguage-ext

Read More
Chain asynchronous operations that return Either using Language-Ext in C#...


c#functional-programmingasync-awaiteitherlanguage-ext

Read More
Result is null exception from language-ext when working with monads...


c#monadslanguage-ext

Read More
Language-Ext, How to use applicatives in c#?...


c#-to-f#language-ext

Read More
Augment parameter list after partial application in Language-Ext...


c#functional-programminglanguage-ext

Read More
BackNext