Skip to content

Commit

Permalink
Wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziman committed Mar 30, 2017
1 parent 5a8d20f commit 48cc7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -69,7 +69,8 @@ It is worth noting that Idris itself is a _strict_ language, and thus the `<|>`
operator will evaluate both its arguments eagerly by default. In order to lazily
evaluate different parsing branches we are required to use a special operator:
`<|>|`. In general, all recursive calls of combinators have to occur in a lazy context.
(With mutual recursion, the call cycle has to be broken by laziness in at least one place.)
(With mutual recursion, this generalises to the rule that each call cycle
has to be broken by laziness in at least one place.)

In the wild, it might look like this:

Expand Down

0 comments on commit 48cc7d8

Please sign in to comment.