Skip to content

Commit

Permalink
Fix #2462 by removing duplicate infix definition
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewDaggitt committed Aug 20, 2024
1 parent dd7c481 commit 3e5861c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Reflection/AST/Definition.agda
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ constructor′-injective = < constructor′-injective₁ , constructor′-inject

infix 4 _≟_

infix 4 _≟_

_≟_ : DecidableEquality Definition
function cs ≟ function cs′ =
map′ (cong function) function-injective (cs Term.≟-Clauses cs′)
Expand Down

0 comments on commit 3e5861c

Please sign in to comment.