mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-01-03 20:15:28 +01:00
cosmetics
This commit is contained in:
parent
13edfe7c76
commit
57f0559eae
@ -28,7 +28,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
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Base:convert
|
||||
import Base: convert
|
||||
|
||||
export FGSymbol, FGWord
|
||||
|
||||
|
@ -35,7 +35,7 @@ t = FGSymbol("t")
|
||||
end
|
||||
end
|
||||
|
||||
@testset "GWords" begin
|
||||
@testset "FGWords" begin
|
||||
@testset "defines" begin
|
||||
@test isa(Groups.GWord(s), Groups.GWord)
|
||||
@test isa(Groups.GWord(s), FGWord)
|
||||
|
Loading…
Reference in New Issue
Block a user