We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beff078 commit 5dbbf0eCopy full SHA for 5dbbf0e
src/Init/Data/Bool.lean
@@ -13,7 +13,7 @@ public section
13
namespace Bool
14
15
/--
16
-Boolean “logical or”. `lor x y`.
+Boolean “logical and”. `land x y`.
17
18
`land x y` is `true` when both of `x` or `y` are `true`. It is functionally the same as
19
`x && y` but it does not have short-circuiting behavior: any call to `land` will evaluate both
0 commit comments