Skip to content

Commit

Permalink
Manual: fix warning 57 description
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Feb 12, 2016
1 parent 45d6ded commit 3323470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/manual/cmds/comp.etex
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ This section describes and explains in detail some warnings:
match the scrutinee against the pattern, if it matches, test the guard,
and if the guard passes, take the branch.
In particular, consider the input "(Const"~\var{a}", Const"~\var{b}")", where
\var{a} fails the test "is_neutral"~\var{f}, while \var{b} passes the test
\var{a} fails the test "is_neutral"~\var{a}, while \var{b} passes the test
"is_neutral"~\var{b}. With the left-to-right semantics, the clause above is
{\em not} taken by its input: matching "(Const"~\var{a}", Const"~\var{b}")"
against the or-pattern succeeds in the left branch, it returns the
Expand Down

0 comments on commit 3323470

Please sign in to comment.