Search code examples
What is the difference between Either<string, A> and Either<Error, A>...


fp-ts

Read More
How to chain dependent TaskEither operations in FP-TS...


fp-ts

Read More
typescript - fp ts How to choose a result according of an Option...


typescriptfunctional-programmingfp-ts

Read More
What is the difference between Option and OptionT?...


typescriptfp-ts

Read More
Mixing Either and TaskEither in a pipe in fp-ts...


functional-programmingfp-ts

Read More
Type hint for a reference to a generic function in TypeScript...


typescriptgenericsfp-ts

Read More
How to sort arrays in fp-ts?...


typescriptfp-ts

Read More
Is there a pointfree way to do O.alt?...


typescriptfp-ts

Read More
fp-ts, how to take an array of TaskEithers, run a function in each item then split the options into ...


javascriptarraysfp-ts

Read More
Transform Either<A, B>[] into Either<A[], B[]>...


typescriptfunctional-programmingfp-ts

Read More
How to narrow the Option type inferred from fp-ts R.lookup...


javascriptfp-ts

Read More
fp-ts how to prevent traverse from short circuit on Either left?...


javascriptfp-ts

Read More
How to apply a statically typed Record of Functions to an argument in typescript...


typescriptrecordfp-ts

Read More
How to define mixed array in io-ts?...


typescriptfp-tsio-ts-library

Read More
Traverse/sequence an Array<Either<E, A>> into Either<Array<E>, Array<A>&g...


functional-programmingapplicativeeitherfp-ts

Read More
How to test TaskEither form fp-ts with jest...


typescriptjestjsfp-ts

Read More
Find the smallest date in a list of dates using a Monod or a Semigroup...


datefunctional-programmingfp-ts

Read More
How to build a correct data flow using Do-notation?...


fp-ts

Read More
can you catch the rxjs filter like catching an either left...


javascripttypescriptrxjsobservablefp-ts

Read More
How to map a wrapped value in fp-ts?...


typescriptfunctional-programmingfp-ts

Read More
The proper fp-ts way to convert array into object...


typescriptfunctional-programmingfp-ts

Read More
How to lookup the value for a key in type Json (fp-ts)?...


javascripttypescriptfp-ts

Read More
Simplify fp-ts function...


javascripttypescriptfunctional-programmingfp-ts

Read More
Flattening a nested Lazy List that may or not have children with FP-TS or Ramda?...


javascriptfunctional-programmingramda.jsfp-ts

Read More
Add Two Values Wrapped inside Option Monad...


fp-ts

Read More
How to make two parallel requests with different error types using sequenceT and ReaderTaskEither?...


fp-ts

Read More
How can I improve this typescript code using FP-TS?...


typescriptfp-ts

Read More
How to perform grouped-by aggregations on array of objects in fp-ts?...


typescriptfp-ts

Read More
fp-ts Option, Typescript and undefined...


reactjstypescriptoption-typefp-ts

Read More
merging 2 TaskEither in fp-ts...


typescriptfunctional-programmingfp-ts

Read More
BackNext