mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2025-01-01 03:40:29 +01:00
import all the necessary stuff
This commit is contained in:
parent
b0b27051cd
commit
010fdb13a0
@ -1,11 +1,9 @@
|
|||||||
module GroupRings
|
module GroupRings
|
||||||
|
|
||||||
using Nemo
|
using Nemo
|
||||||
import Nemo: Group, GroupElem, Ring
|
import Nemo: Group, GroupElem, Ring, parent, elem_type, parent_type
|
||||||
|
|
||||||
import Base: convert, show, isequal, ==
|
import Base: convert, show, hash, ==, +, -, *, //, /, length, norm, rationalize, deepcopy_internal
|
||||||
import Base: +, -, *, //
|
|
||||||
import Base: size, length, norm, rationalize
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user