Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Nov 25, 2024
1 parent c57126a commit 2073df1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Modules/Iterators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function all_monomials(F::FreeMod{T}, d::Union{Int, FinGenAbGroupElem}) where {T
return AllModuleMonomials(F, d)
end

Base.eltype(amm::AllModuleMonomials) = Base.eltype(typeof(amm))
Base.eltype(::Type{<:AllModuleMonomials{T}}) where {T} = elem_type(T)

function Base.length(amm::AllModuleMonomials{<:FreeMod, Int})
Expand Down Expand Up @@ -197,7 +196,6 @@ function all_exponents(F::FreeMod{T}, d::Union{Int, FinGenAbGroupElem}) where {T
return AllModuleExponents(F, d)
end

Base.eltype(amm::AllModuleExponents) = Base.eltype(typeof(amm))
Base.eltype(::Type{<:AllModuleExponents{T}}) where {T} = Tuple{Vector{Int}, Int}

function Base.length(amm::AllModuleExponents{<:FreeMod, Int})
Expand Down

0 comments on commit 2073df1

Please sign in to comment.