Pinned Loading
-
Angular-QueryBuilder
Angular-QueryBuilder PublicForked from zebzhao/Angular-QueryBuilder
A modernized Angular 4+ query builder based on jquery QueryBuilder
TypeScript
-
railway
railway PublicForked from nozzlegear/railway
Functional helpers including `Async` and `Result` to help enable things like "railway-oriented" programming. Heavily inspired by F#
TypeScript
-
vertical-slices
vertical-slices PublicForked from bgk0018/vertical-slices
A project demonstrating the Vertical Slice Architecture
C#
-
Maybe Monad in C#
Maybe Monad in C# 1public static partial class LinqExtensions
2{
3public static Maybe<C> SelectMany<A, B, C>(this Maybe<A> ma, Func<A, Maybe<B>> f, Func<A, B, C> select) => ma.Bind(a => f(a).Map(b => select(a, b)));
4}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.