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 dd7c481 commit 3e5861cCopy full SHA for 3e5861c
1 file changed
src/Reflection/AST/Definition.agda
@@ -68,8 +68,6 @@ constructor′-injective = < constructor′-injective₁ , constructor′-inject
68
69
infix 4 _≟_
70
71
-infix 4 _≟_
72
-
73
_≟_ : DecidableEquality Definition
74
function cs ≟ function cs′ =
75
map′ (cong function) function-injective (cs Term.≟-Clauses cs′)
0 commit comments