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 3d8323c commit d7e2b7aCopy full SHA for d7e2b7a
src/Algebra/Module/Structures.agda
@@ -18,7 +18,7 @@ open import Algebra.Core using (Op₁; Op₂)
18
open import Algebra.Module.Core using (Opₗ; Opᵣ)
19
import Algebra.Definitions as Defs
20
open import Algebra.Module.Definitions
21
- using (module LeftDefs; module RightDefs; module BiDefs;
+ using (module LeftDefs; module RightDefs; module BiDefs
22
; module SimultaneousBiDefs)
23
import Algebra.Properties.AbelianGroup as AbelianGroupProperties
24
open import Algebra.Structures using (IsCommutativeMonoid; IsAbelianGroup)
0 commit comments