export gens

This commit is contained in:
Marek Kaluba 2021-08-13 13:55:54 +02:00
parent 0fbdbbde14
commit 5ed9357ba5
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import Random
import OrderedCollections: OrderedSet
export Alphabet, AutomorphismGroup, FreeGroup, FreeGroup, FPGroup, FPGroupElement, SpecialAutomorphismGroup
export alphabet, evaluate, word
export alphabet, evaluate, word, gens
include("types.jl")
include("hashing.jl")