From 200e9b429afbc6e37fc30d8a6bc89bf1f202f50e Mon Sep 17 00:00:00 2001 From: kalmar Date: Tue, 16 May 2017 18:27:32 +0200 Subject: [PATCH] using Nemo, imports --- src/GroupAlgebras.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GroupAlgebras.jl b/src/GroupAlgebras.jl index 12ebdd2..48d0b6b 100644 --- a/src/GroupAlgebras.jl +++ b/src/GroupAlgebras.jl @@ -1,5 +1,8 @@ module GroupAlgebras +using Nemo +import Nemo: Group, GroupElem, Ring + import Base: convert, show, isequal, == import Base: +, -, *, // import Base: size, length, norm, rationalize