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 bd5cfee commit d3d6797Copy full SHA for d3d6797
src/Algebra/Construct/Quotient/AbelianGroup.agda
@@ -11,7 +11,7 @@ import Algebra.Construct.Sub.AbelianGroup as AbelianSubgroup
11
12
module Algebra.Construct.Quotient.AbelianGroup
13
{c ℓ} (G : AbelianGroup c ℓ)
14
- (open AbelianSubgroup G using (Subgroup; normalSubgroup))
+ (open AbelianSubgroup G using (Subgroup; normalSubgroup))
15
{c′ ℓ′} (N : Subgroup c′ ℓ′)
16
where
17
0 commit comments