Skip to content

Commit

Permalink
Export unicode related functions (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Nov 21, 2023
1 parent 2e44d2b commit 4b10ce0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AbstractAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const import_exclude = [:import_exclude, :QQ, :ZZ,
:numerator, :denominator,
:promote_rule,
:Set, :Module, :Group,
# remove the following, once they land in OSCAR
:allow_unicode, :with_unicode,
]

# If you want to add methods to functions in LinearAlgebra they should be
Expand Down Expand Up @@ -941,6 +939,7 @@ export is_submodule
export is_symmetric
export is_term
export is_term_recursive
export is_unicode_allowed
export is_unit
export is_univariate
export is_upper_triangular
Expand Down

0 comments on commit 4b10ce0

Please sign in to comment.