We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1413c12 commit 8a4cb73Copy full SHA for 8a4cb73
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}
8
-const AdmissibleModuleFPRing = Union{Ring, PBWAlgQuo, PBWAlgRing}
+const AdmissibleModuleFPRingElem = NCRingElem
+const AdmissibleModuleFPRing = NCRing
9
10
@doc raw"""
11
ModuleFP{T}
0 commit comments