![[MONOiD]](monoid.png)
Transformation( lst )
Transformation returns the transformation defined by the list lst of
images. Each entry in lst must be a positive integer not exceeding the
length of lst.
gap> Transformation( [ 1, 4, 4, 2 ] );
Transformation( [ 1, 4, 4, 2 ] )
Version 2.4 (May 1998)