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 4fa1e39 commit b172401Copy full SHA for b172401
src/Algebra/Ideal.agda
@@ -23,7 +23,7 @@ open import Level
23
-- a (two sided) ideal is exactly a subbimodule of R considered as a bimodule over itself
24
record Ideal c′ ℓ′ : Set (c ⊔ ℓ ⊔ suc (c′ ⊔ ℓ′)) where
25
field
26
- subbimodule : Subbimodule (TU.bimodule {R = R}) c′ ℓ′
+ subbimodule : Subbimodule {R = R} TU.bimodule c′ ℓ′
27
28
open Subbimodule subbimodule public
29
0 commit comments