mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06: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
|
||||
|
||||
import Base: convert
|
||||
export AutSymbol, AutWord, rmul_AutSymbol, lmul_AutSymbol, flip_AutSymbol, symmetric_AutSymbol
|
||||
|
||||
immutable AutSymbol <: GSymbol
|
||||
gen::String
|
||||
@ -17,6 +16,8 @@ type AutGroup <: Group
|
||||
generators::Vector{AutSymbol}
|
||||
end
|
||||
|
||||
export AutSymbol, AutGroupElem, AutGroup
|
||||
|
||||
|
||||
elem_type(::AutGroup) = AutGroupElem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user