Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurabeatris/fp-ts-learning

Learning resources related to funcional programming with TypeScript
https://github.com/laurabeatris/fp-ts-learning

fp-ts functional-programming typescript

Last synced: 20 days ago
JSON representation

Learning resources related to funcional programming with TypeScript

Awesome Lists containing this project

README

        






Lessons - Functional programming in TypeScript

# Lessons

- [pipe/flow](./src/pipe-and-flow.ts)
- [option](./src/option.ts)
- [O.map, O.flatten, O.chain](./src/essential-operations.ts)
- [O.fromPredicate](./src/from-predicate.ts)
- [O.alt, O.getOrElse](./src/option-error-handling.ts)
- [E.tryCatch](./src/try-catch.ts)