IsModule( obj )
returns true if obj, which may be an object of arbitrary type, is a module, and false otherwise.
true
false
gap> IsModule( nat ); true gap> IsModule( AsSpace( nat ) ); false
Previous Up Top NextIndex