Skip to content

Commit 6778d54

Browse files
committed
refactor: more on Group
1 parent 6522369 commit 6778d54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Algebra/Construct/Quotient/Group.agda

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ _/_ = group
114114
{ isRelHomomorphism = record
115115
{ cong = ≈⇒≋
116116
}
117-
; homo = λ _ _ refl
117+
; homo = λ _ _ Q.refl
118118
}
119-
; ε-homo = refl
119+
; ε-homo = Q.refl
120120
}
121-
; ⁻¹-homo = λ _ refl
121+
; ⁻¹-homo = λ _ Q.refl
122122
}
123123

124124
open IsGroupHomomorphism π-isGroupHomomorphism public

0 commit comments

Comments
 (0)