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 d1bdf8f commit cc92b78Copy full SHA for cc92b78
Prop.lp
@@ -45,7 +45,7 @@ notation ¬ prefix 35;
45
46
constant symbol ∧ : Prop → Prop → Prop; // /\ or \wedge
47
48
-notation ∧ infix left 7;
+notation ∧ infix right 7;
49
50
constant symbol ∧ᵢ [p q] : π p → π q → π (p ∧ q);
51
symbol ∧ₑ₁ [p q] : π (p ∧ q) → π p;
@@ -55,7 +55,7 @@ symbol ∧ₑ₂ [p q] : π (p ∧ q) → π q;
55
56
constant symbol ∨ : Prop → Prop → Prop; // \/ or \vee
57
58
-notation ∨ infix left 6;
+notation ∨ infix right 6;
59
60
constant symbol ∨ᵢ₁ [p q] : π p → π (p ∨ q);
61
constant symbol ∨ᵢ₂ [p q] : π q → π (p ∨ q);
0 commit comments