1

I know that in FP there are sometimes multiple terms to say one thing. So when I started to learn fp-ts API (https://github.com/gcanti/fp-ts/blob/master/docs/index.md) I couldn't find Maybe monad. So maybe there is another name for it?

Nurbol Alpysbayev
  • 19,522
  • 3
  • 54
  • 89

1 Answers1

3

What is the other name for Maybe monad?

Option : https://github.com/gcanti/fp-ts/blob/master/docs/Option.md

basarat
  • 261,912
  • 58
  • 460
  • 511