import getindex, setindex!

This commit is contained in:
kalmar 2017-05-17 12:28:22 +02:00
parent 04257e9054
commit cdc2326e06
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module GroupRings
using Nemo
import Nemo: Group, GroupElem, Ring, parent, elem_type, parent_type
import Base: convert, show, hash, ==, +, -, *, //, /, length, norm, rationalize, deepcopy_internal
import Base: convert, show, hash, ==, +, -, *, //, /, length, norm, rationalize, deepcopy_internal, getindex, setindex!
###############################################################################
#