Skip to content

Commit d91ec40

Browse files
committed
Prop: removed redundant infix declaration
1 parent b0ea369 commit d91ec40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Vatras/Data/Prop.agda

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ data Prop (F : Set) : Set where
99
¬_ : Prop F Prop F
1010
_∧_ : Prop F Prop F Prop F
1111

12-
infix 24 var
1312
infix 23 ¬_
1413
infix 22 _∧_
1514

0 commit comments

Comments
 (0)