1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-10-15 07:20:35 +02:00

extend parent_type, elem_type from Nemo (i.e. import)

This commit is contained in:
kalmar 2017-05-17 17:47:13 +02:00
parent c03882ae69
commit 3776e947a3

View File

@ -1,7 +1,7 @@
module Groups
using Nemo
import Nemo: Group, parent
import Nemo: Group, parent, parent_type, elem_type
import Base: length, ==, hash, show, convert
import Base: inv, reduce, *, ^