Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laurabeatris/fp-ts-learning
- Owner: LauraBeatris
- Created: 2023-07-07T22:09:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-14T01:52:03.000Z (over 1 year ago)
- Last Synced: 2024-11-03T16:42:31.084Z (2 months ago)
- Topics: fp-ts, functional-programming, typescript
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)