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 df7bb6f commit 9187d8fCopy full SHA for 9187d8f
README.md
@@ -37,7 +37,7 @@ import mtl
37
# - Lowercase strings denote atomic predicates.
38
phi0 = mtl.parse('atomicpred')
39
40
-# - Binary operators need to be surrounded by parens.
+# - infix operators need to be surrounded by parens.
41
phi1 = mtl.parse('((a & b & c) | d | e)')
42
phi2 = mtl.parse('(a -> b) & (~a -> c)')
43
phi3 = mtl.parse('(a -> b -> c)')
0 commit comments