Skip to content

Commit

Permalink
Prepare for algebraic_closure(::QQField) (oscar-system#3283)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored and ooinaruhugh committed Feb 15, 2024
1 parent 2ba6329 commit c4821a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Rings/AlgClosureFp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ import ..Oscar: base_field, base_ring, characteristic, data, degree, divexact,
elem_type, embedding, has_preimage, IntegerUnion, is_unit, map_entries,
minpoly, parent_type, promote_rule, roots

if isdefined(Oscar, :algebraic_closure)
import ..Oscar: algebraic_closure
end

struct AlgClosure{T} <: AbstractAlgebra.Field
# T <: FinField
k::T
Expand Down

0 comments on commit c4821a6

Please sign in to comment.