114.29+68

This commit is contained in:
Jeremie Dimino 2017-01-26 10:53:37 +00:00
parent c0fcf3607d
commit 0f82719c62

View File

@ -132,7 +132,7 @@ directly, but rather qualified by `Let_syntax`. For example, we use
`Let_syntax.bind` rather than merely `bind`. This means one just needs to get a
properly loaded `Let_syntax` module in scope to use `%bind` and `%map`.
For monads, `Core.Std.Monad.Make` produces a submodule `Let_syntax` of the
For monads, `Core.Monad.Make` produces a submodule `Let_syntax` of the
appropriate form.
For applicatives. The convention for these modules is to have a submodule