mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +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))!"))
|
change_pow(s::GSymbol, n::Int) = throw(ArgumentError("Define change_pow function for $(typeof(s))!"))
|
||||||
|
|
||||||
|
|
||||||
abstract Word
|
abstract Word
|
||||||
|
|
||||||
type GWord{T<:GSymbol} <: Word
|
type GWord{T<:GSymbol} <: Word
|
||||||
|
@ -35,7 +35,7 @@ t = FGSymbol("t")
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@testset "GWords" begin
|
@testset "FGWords" begin
|
||||||
@testset "defines" begin
|
@testset "defines" begin
|
||||||
@test isa(Groups.GWord(s), Groups.GWord)
|
@test isa(Groups.GWord(s), Groups.GWord)
|
||||||
@test isa(Groups.GWord(s), FGWord)
|
@test isa(Groups.GWord(s), FGWord)
|
||||||
|
Loading…
Reference in New Issue
Block a user