Skip to content

Commit

Permalink
Derive ModuleFP from AbstractAlgebra.Module (oscar-system#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Dec 8, 2023
1 parent 503d48c commit 3176827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/ModuleTypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The abstract supertype of all finitely presented modules.
The type variable `T` refers to the type of the elements of the base ring.
"""
abstract type ModuleFP{T} end
abstract type ModuleFP{T} <: AbstractAlgebra.Module{T} end

@doc raw"""
AbstractFreeMod{T} <: ModuleFP{T}
Expand Down

0 comments on commit 3176827

Please sign in to comment.