Closed raphael-proust closed 11 years ago
This comment references this from milestone alpha3: http://www.realworldocaml.org/alpha3/en/html/error-handling.html#idp7872896
Context:
As you write more error handling code in OCaml, you'll discover that certain patterns start to emerge. A number of these common patterns been codified in the interfaces of modules likeOption
andResult
. One particularly useful one is built around the functionbind
, which is both an ordinary function and an infix operator>>=
. Here's how you can definebind
.
Fixed.
"these common patterns been codified" lacks "have" ("have been codified")