summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.gd
blob: c285ea32e5ed5e79157413c4256951c2c1c79f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#############################################################################
##
#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 );