Sha256: c2f18f0e55470ce8c64fdfdc46d03b48ee2fcc881e511e60c14db5d6cecb720e

Contents?: true

Size: 612 Bytes

Versions: 5

Compression:

Stored size: 612 Bytes

Contents

#############################################################################
##
#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 );

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/pygments.rb-0.6.3/vendor/pygments-main/tests/examplefiles/example.gd
pygments.rb-0.6.3 vendor/pygments-main/tests/examplefiles/example.gd
pygments.rb-0.6.2 vendor/pygments-main/tests/examplefiles/example.gd
pygments.rb-0.6.1 vendor/pygments-main/tests/examplefiles/example.gd
pygments.rb-0.6.0 vendor/pygments-main/tests/examplefiles/example.gd