GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
############################################################################# ## #W Intsect.gd FGA package Christian Sievers ## ## The declaration file for the computation of intersections of free groups ## #Y 2003 - 2012 ## ## These are all helper functions: ############################################################################# ## #F FGA_StateTable( <table>, <i>, <j> ) ## DeclareGlobalFunction( "FGA_StateTable" ); ############################################################################# ## #F FGA_TrySetRepTable( <t>, <i>, <j>, <r>, <g> ) ## DeclareGlobalFunction( "FGA_TrySetRepTable" ); ############################################################################# ## #F FGA_GetNr ( <state>, <statelist> ) ## DeclareGlobalFunction( "FGA_GetNr" ); ############################################################################# ## #F FGA_FindRepInIntersection ( <A1>, <t1>, <A2>, <t2> ) ## DeclareGlobalFunction( "FGA_FindRepInIntersection" ); ############################################################################# ## #E