1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-07-30 06:05:31 +02:00

import all the necessary stuff

This commit is contained in:
kalmar 2017-05-17 11:26:35 +02:00
parent b0b27051cd
commit 010fdb13a0

View File

@ -1,11 +1,9 @@
module GroupRings
using Nemo
import Nemo: Group, GroupElem, Ring
import Nemo: Group, GroupElem, Ring, parent, elem_type, parent_type
import Base: convert, show, isequal, ==
import Base: +, -, *, //
import Base: size, length, norm, rationalize
import Base: convert, show, hash, ==, +, -, *, //, /, length, norm, rationalize, deepcopy_internal
###############################################################################
#