From 5ed9357ba5161dd297b707378b32769ef67d134f Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Fri, 13 Aug 2021 13:55:54 +0200 Subject: [PATCH] export gens --- src/Groups.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Groups.jl b/src/Groups.jl index c2f5594..a2275e8 100644 --- a/src/Groups.jl +++ b/src/Groups.jl @@ -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")