We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f79e1c commit 1413c12Copy full SHA for 1413c12
src/Modules/ModuleTypes.jl
@@ -4,8 +4,8 @@ import AbstractAlgebra.WeakKeyIdDict
4
# we expect the `ModuleFP` framework to be functional and/or working.
5
# It can gradually be extended, but should not be considered to be
6
# visible or accessible to the outside world.
7
-const AdmissibleModuleFPRingElem = Union{RingElem, PBWAlgQuoElem, PBWAlgElem, ExtAlgElem}
8
-const AdmissibleModuleFPRing = Union{Ring, PBWAlgQuo, PBWAlgRing, ExteriorAlgebra}
+const AdmissibleModuleFPRingElem = Union{RingElem, PBWAlgQuoElem, PBWAlgElem}
+const AdmissibleModuleFPRing = Union{Ring, PBWAlgQuo, PBWAlgRing}
9
10
@doc raw"""
11
ModuleFP{T}
0 commit comments