GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<?xml version="1.0" encoding="UTF-8"?>12<!-- This is an automatically generated file. -->3<Chapter Label="Chapter_Basics">4<Heading>Basics</Heading>56<Section Label="Chapter_Basics_Section_Categories">7<Heading>Categories</Heading>89<ManSection>10<Filt Arg="arg" Name="IsStructureObjectOrObjectOrMorphism" Label="for IsAttributeStoringRep"/>11<Returns><C>true</C> or <C>false</C>12</Returns>13<Description>14This is the super super GAP-category which will15include the GAP-categories IsStructureObjectOrObject and IsHomalgObjectOrMorphism16</Description>17</ManSection>181920<ManSection>21<Filt Arg="arg" Name="IsStructureObjectOrObject" Label="for IsStructureObjectOrObjectOrMorphism"/>22<Returns><C>true</C> or <C>false</C>23</Returns>24<Description>25This is the super GAP-category which will include the GAP-categories26IsHomalgRing, IsHomalgModule, IsHomalgRingOrModule and IsHomalgComplex27</Description>28</ManSection>293031<ManSection>32<Filt Arg="arg" Name="IsStructureObject" Label="for IsStructureObjectOrObject"/>33<Returns><C>true</C> or <C>false</C>34</Returns>35<Description>36This is the super GAP-category which will include the GAP-categories IsHomalgRing37we need this GAP-category to define things like Hom(M,R) as easy as Hom(M,N)38without distinguishing between structure objects (e.g. rings) and objects (e.g. modules)39</Description>40</ManSection>414243<ManSection>44<Filt Arg="arg" Name="IsStructureObjectMorphism" Label="for IsAttributeStoringRep"/>45<Returns><C>true</C> or <C>false</C>46</Returns>47<Description>48This is the super GAP-category which will include the GAP-categories49IsHomalgRingMap, etc.50</Description>51</ManSection>525354<ManSection>55<Filt Arg="arg" Name="IsHomalgRingOrModule" Label="for IsStructureObjectOrObject"/>56<Returns><C>true</C> or <C>false</C>57</Returns>58<Description>59this is the super GAP-category which will include the GAP-categories60IsHomalgRing, IsHomalgModule:61</Description>62</ManSection>636465</Section>666768</Chapter>69707172