Word type is no more, its GroupElem

This commit is contained in:
kalmar 2017-05-11 17:36:33 +02:00
parent e08a5c71b3
commit fd04c2ba86
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ one(s::GSymbol) = one(typeof(s))
change_pow(s::GSymbol, n::Int) = throw(ArgumentError("Define change_pow function for $(typeof(s))!"))
abstract Word
type GWord{T<:GSymbol} <: Word
symbols::Vector{T}
savedhash::UInt
modified::Bool