From 4b10ce00b47b53209f76d7ec92030e49d4e8ad74 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 21 Nov 2023 09:22:12 +0100 Subject: [PATCH] Export unicode related functions (#1498) --- src/AbstractAlgebra.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AbstractAlgebra.jl b/src/AbstractAlgebra.jl index 5653ec029f..6c95cf46d4 100644 --- a/src/AbstractAlgebra.jl +++ b/src/AbstractAlgebra.jl @@ -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 @@ -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