Skip to content
Snippets Groups Projects
Commit 46f1226f authored by Simon Marlow's avatar Simon Marlow
Browse files

typo: boolen --> boolean

parent 3e59d7c3
No related branches found
No related tags found
No related merge requests found
...@@ -659,7 +659,7 @@ match fails then that element of the list is simply skipped over. Thus:\nopageb ...@@ -659,7 +659,7 @@ match fails then that element of the list is simply skipped over. Thus:\nopageb
(3,x) <- xs ] (3,x) <- xs ]
@ @
\eprog \eprog
yields the list @[4,2]@. If a qualifier is a boolen guard, it must evaluate yields the list @[4,2]@. If a qualifier is a boolean guard, it must evaluate
to @True@ for the previous pattern match to succeed. to @True@ for the previous pattern match to succeed.
As usual, bindings in list comprehensions can shadow those in outer As usual, bindings in list comprehensions can shadow those in outer
scopes; for example: scopes; for example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment