mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-25 02:05:30 +01:00
extend parent_type, elem_type from Nemo (i.e. import)
This commit is contained in:
parent
c03882ae69
commit
3776e947a3
@ -1,7 +1,7 @@
|
|||||||
module Groups
|
module Groups
|
||||||
|
|
||||||
using Nemo
|
using Nemo
|
||||||
import Nemo: Group, parent
|
import Nemo: Group, parent, parent_type, elem_type
|
||||||
|
|
||||||
import Base: length, ==, hash, show, convert
|
import Base: length, ==, hash, show, convert
|
||||||
import Base: inv, reduce, *, ^
|
import Base: inv, reduce, *, ^
|
||||||
|
Loading…
Reference in New Issue
Block a user