1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00

cosmetics

This commit is contained in:
kalmar 2017-01-24 12:30:45 +01:00
parent 13edfe7c76
commit 57f0559eae
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
import Base:convert import Base: convert
export FGSymbol, FGWord export FGSymbol, FGWord

View File

@ -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)