Minor re-formulation. authored by Ladislav Lhotka's avatar Ladislav Lhotka
...@@ -80,7 +80,7 @@ syntax like this: ...@@ -80,7 +80,7 @@ syntax like this:
Of course, the argument function of `bind` may completely ignore the Of course, the argument function of `bind` may completely ignore the
result of parser `p`. In this case, the `bind` expression can be result of parser `p`. In this case, the `bind` expression can be
written simply as follows: written as an argumentless function:
p.bind -> fbody p.bind -> fbody
... ...
......