We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ea369 commit d91ec40Copy full SHA for d91ec40
1 file changed
src/Vatras/Data/Prop.agda
@@ -9,7 +9,6 @@ data Prop (F : Set) : Set where
9
¬_ : Prop F → Prop F
10
_∧_ : Prop F → Prop F → Prop F
11
12
-infix 24 var
13
infix 23 ¬_
14
infix 22 _∧_
15
0 commit comments