Skip to content

Commit

Permalink
Merge f923a74 into 9a3ec76
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Nov 8, 2019
2 parents 9a3ec76 + f923a74 commit 313ba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional-doc/scribblings/data/functional.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Here is an example implementation of the most trivial possible monad, the identi
@defmodule[data/maybe]

The @emph{maybe} pattern implements @deftech{optional values}, values that represent computations that
can fail. Idiomatic Scheme uses @racket[#f] to represent a “lack of a value”, similar to now @tt{null}
can fail. Idiomatic Scheme uses @racket[#f] to represent a “lack of a value”, similar to how @tt{null}
is used in other programming languages, but this exhibits a few problems:

@itemlist[
Expand Down

0 comments on commit 313ba02

Please sign in to comment.