"Source: Text/RepThy/ModAlg.text";
"Line: 3472";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/ModAlg.text, line: 3472
// Example: H97E23 ()
print "Example: H97E23";
ei := GetEchoInput();
SetEchoInput(true);
M := PermutationModule(CyclicGroup(6), GF(3));
SetVerbose("SubmoduleLattice", 1);
L := SubmoduleLattice(M);
#L;
assert $1 eq 16;
SetEchoInput(ei);
