Back to Fpinscala

20.Hint

answerkey/monads/20.hint.md

latest150 B
Original Source

This monad is very similar to the State monad, except that it's "read-only". You can "get" but not "set" the R value that flatMap carries along.