palate 0.3.8

File type detection combining tft and hyperpolyglot
Documentation
#############################################################################
##
#W  example.gd
##
##  This file contains a sample of a GAP declaration file.
##
DeclareProperty( "SomeProperty", IsLeftModule );
DeclareGlobalFunction( "SomeGlobalFunction" );


#############################################################################
##
#C  IsQuuxFrobnicator(<R>)
##
##  <ManSection>
##  <Filt Name="IsQuuxFrobnicator" Arg='R' Type='Category'/>
##
##  <Description>
##  Tests whether R is a quux frobnicator.
##  </Description>
##  </ManSection>
##
DeclareSynonym( "IsQuuxFrobnicator", IsField and IsGroup );