Skip to content

Commit cc92b78

Browse files
authored
or/and: infix left -> right (#18)
1 parent d1bdf8f commit cc92b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Prop.lp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ notation ¬ prefix 35;
4545

4646
constant symbol ∧ : PropPropProp; // /\ or \wedge
4747

48-
notationinfix left 7;
48+
notationinfix right 7;
4949

5050
constant symbol ∧ᵢ [p q] : π p → π q → π (pq);
5151
symbol ∧ₑ₁ [p q] : π (pq) → π p;
@@ -55,7 +55,7 @@ symbol ∧ₑ₂ [p q] : π (p ∧ q) → π q;
5555

5656
constant symbol ∨ : PropPropProp; // \/ or \vee
5757

58-
notationinfix left 6;
58+
notationinfix right 6;
5959

6060
constant symbol ∨ᵢ₁ [p q] : π p → π (pq);
6161
constant symbol ∨ᵢ₂ [p q] : π q → π (pq);

0 commit comments

Comments
 (0)