mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-26 18:30:29 +01:00
Export AutSymbo, AugGroupElem, AutGroup; AutSymbols are internals
This commit is contained in:
parent
53bc7fe05c
commit
ffe0e901b2
@ -1,7 +1,6 @@
|
|||||||
using Permutations
|
using Permutations
|
||||||
|
|
||||||
import Base: convert
|
import Base: convert
|
||||||
export AutSymbol, AutWord, rmul_AutSymbol, lmul_AutSymbol, flip_AutSymbol, symmetric_AutSymbol
|
|
||||||
|
|
||||||
immutable AutSymbol <: GSymbol
|
immutable AutSymbol <: GSymbol
|
||||||
gen::String
|
gen::String
|
||||||
@ -17,6 +16,8 @@ type AutGroup <: Group
|
|||||||
generators::Vector{AutSymbol}
|
generators::Vector{AutSymbol}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
export AutSymbol, AutGroupElem, AutGroup
|
||||||
|
|
||||||
|
|
||||||
elem_type(::AutGroup) = AutGroupElem
|
elem_type(::AutGroup) = AutGroupElem
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user