Mostly Adequate with fp-ts
1.0.0
1.0.0
  • Welcome
  • Chapter 01: What Ever Are We Doing?
  • Chapter 04: Currying
  • Chapter 05: Coding by Composing
  • Chapter 06: Example Application
  • Chapter 08: Tupperware
  • Chapter 09: Monadic Onions
  • Chapter 10: Applicative Functors
Powered by GitBook
On this page
  • Using this resource
  • Contributors

Was this helpful?

Welcome

NextChapter 01: What Ever Are We Doing?

Last updated 4 years ago

Was this helpful?

This resource is meant to serve as a fp-ts "companion" resource to Professor . Our goal is to take the examples provided by "Professor Frisby" and translate them to typescript using the fp-ts library. We will provide context on the translations as needed, but we assume you are already comfortable with typescript.

Using this resource

We will break out a section for each chapter. It's recommended to read the book chapter and then come here to see how the code transposes to fp-ts.

Solutions to some exercises can be found in the !

Contributors

  • Charlie Jonas ()

  • Christos Dimitroulas ()

  • Giulio Canti ()

And obviously a huge thanks to Brian Lonsdorf () creating such an amazing resource!

Frisby's Mostly Adequate Guide
github repo
@chuckjonas
@cdimitroulas
@gcanti
@DrBoolean