GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
#############################################################################
##
#W ReprAct.gd FGA package Christian Sievers
##
## Declarations used for computing RepresentativeAction
##
#Y 2003 - 2012
##
DeclareOperation( "FindPowLetterRep",
[ IsFreeGroup, IsList, IsList, IsList ]);
#############################################################################
##
#E