GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
############################################################################# ## ## ExamplesForHomalg.gd ExamplesForHomalg package Mohamed Barakat ## Simon Goertzen ## Markus Lange-Hegermann ## ## Copyright 2007-2008 Lehrstuhl B für Mathematik, RWTH Aachen ## ## Declaration stuff for ExamplesForHomalg. ## ############################################################################# # our info class: DeclareInfoClass( "InfoExamplesForHomalg" ); SetInfoLevel( InfoExamplesForHomalg, 1 ); # a central place for configurations: DeclareGlobalVariable( "HOMALG_EXAMPLES" ); #################################### # # global functions and operations: # ####################################