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 bce7ced commit 5ecee13Copy full SHA for 5ecee13
logic.py
@@ -13,7 +13,7 @@
13
Logical expressions can be created with Expr or expr, imported from utils, TODO
14
or with expr, which adds the capability to write a string that uses
15
the connectives ==>, <==, <=>, or <=/=>. But be careful: these have the
16
-opertor precedence of commas; you may need to add parens to make precendence work.
+operator precedence of commas; you may need to add parens to make precedence work.
17
See logic.ipynb for examples.
18
19
Then we implement various functions for doing logical inference:
0 commit comments