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 c4cea19 commit 9940158Copy full SHA for 9940158
src/Algebra/NormalSubgroup.agda
@@ -10,7 +10,7 @@ open import Algebra.Bundles using (Group)
10
11
module Algebra.NormalSubgroup {c ℓ} (G : Group c ℓ) where
12
13
-open import Algebra.Definitions
+open import Algebra.Definitions using (Commutative)
14
open import Algebra.Construct.Sub.Group G using (Subgroup)
15
open import Level using (suc; _⊔_)
16
0 commit comments