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

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

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