Skip to content

Commit

Permalink
Remove exports inside of Generic. submodule (Nemocas#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jan 19, 2024
1 parent b1db39b commit a8efab2
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 45 deletions.
18 changes: 0 additions & 18 deletions src/generic/AhoCorasick.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,6 @@
#
###############################################################################

export aho_corasick_automaton

export AhoCorasickAutomaton

export AhoCorasickMatch

export insert_keyword!

export search

export last_position

export keyword_index

export keyword

#export Word

const Word = Vector{Int}

struct Queue{T}
Expand Down
2 changes: 0 additions & 2 deletions src/generic/FreeAssAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
###############################################################################

export exponent_word, set_exponent_word!

###############################################################################
#
# Data type and parent object methods
Expand Down
8 changes: 0 additions & 8 deletions src/generic/FreeAssAlgebraGroebner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
#
###############################################################################

export groebner_basis

export interreduce!

export normal_form

export normal_form_weak

include("PriorityQueue.jl")

const Monomial = Vector{Int}
Expand Down
2 changes: 0 additions & 2 deletions src/generic/FunctionField.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#
###############################################################################

export function_field, base_field

###############################################################################
#
# Rational arithmetic : equivalent of _fmpq in Flint for k(x)
Expand Down
2 changes: 0 additions & 2 deletions src/generic/Ideal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
###############################################################################

export normal_form, contains

###############################################################################
#
# Type and parent functions
Expand Down
2 changes: 0 additions & 2 deletions src/generic/InvariantFactorDecomposition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
###############################################################################

export SNFModule, SNFModuleElem, invariant_factors

###############################################################################
#
# Basic manipulation
Expand Down
1 change: 0 additions & 1 deletion src/generic/Misc/Localization.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export LocElem, Loc, prime

###############################################################################

Expand Down
2 changes: 0 additions & 2 deletions src/generic/NumberField.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
###############################################################################

export number_field

###############################################################################
#
# Basic manipulation
Expand Down
2 changes: 0 additions & 2 deletions src/generic/PriorityQueue.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# PriorityQueue
# -------------

export PriorityQueue

using Base: Ordering, ForwardOrdering, Forward, ReverseOrdering, Reverse, lt

# Binary heap indexing
Expand Down
2 changes: 0 additions & 2 deletions src/generic/QuotientModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
###############################################################################

export QuotientModule, QuotientModuleElem, quo

###############################################################################
#
# Basic manipulation
Expand Down
2 changes: 0 additions & 2 deletions src/generic/RationalFunctionField.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
###############################################################################

export RationalFunctionField, norm

###############################################################################
#
# Data type and parent object methods
Expand Down
2 changes: 0 additions & 2 deletions src/generic/TotalFraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
###############################################################################

export total_ring_of_fractions

###############################################################################
#
# Data type and parent object methods
Expand Down

0 comments on commit a8efab2

Please sign in to comment.