next | previous | forward | backward | up | top | index | toc | home

showStructure -- show relationship between types

Description

showStructure -- a command which displays the structure of types assigned to global variables.
showStructure (X,Y,...) -- a command which displays the structure of the types specified.

Each such type is displayed to the right of its parent.

A type is an instance of Type, by definition.

i1 : showStructure

o1 = Thing : BasicList : Command
                         DocumentTag
                         Eliminate
                         Expression : Adjacent
                                      AssociativeExpression : Equation
                                                              Product
                                                              Sum
                                      BinaryOperation
                                      Divide
                                      FunctionApplication
                                      Holder : OneExpression
                                               ZeroExpression
                                      MatrixExpression
                                      Minus
                                      NonAssociativeProduct
                                      Power
                                      RowExpression
                                      SparseMonomialVectorExpression
                                      SparseVectorExpression
                                      Subscript
                                      Superscript
                                      Table
                         FilePosition
                         ForestNode
                         Hybrid
                         Hypertext : ANCHOR
                                     BOLD
                                     BR
                                     CDATA
                                     CODE
                                     COMMENT
                                     DD
                                     DL
                                     DT
                                     EM
                                     ExampleItem
                                     HREF
                                     HTML
                                     HypertextParagraph : HEAD
                                                          HEADER1
                                                          HEADER2
                                                          HEADER3
                                                          HEADER4
                                                          HEADER5
                                                          HEADER6
                                                          HR
                                                          HypertextContainer : BLOCKQUOTE
                                                                               BODY
                                                                               DIV
                                                                               DIV1
                                                                               LI
                                                                               TD
                                                          MENU
                                                          PARA
                                                          PRE
                                                          TABLE
                                                          TITLE
                                                          UL
                                     IMG
                                     ITALIC
                                     LABEL
                                     LATER
                                     LINK
                                     LITERAL
                                     META
                                     SMALL
                                     SPAN
                                     STRONG
                                     STYLE
                                     SUB
                                     SUP
                                     TEX
                                     TO
                                     TO2
                                     TOH
                                     TR
                                     TT
                         IndeterminateNumber
                         IndexedVariable
                         InfiniteNumber
                         LowerBound
                         Manipulator
                         MinorsComputation
                         MutableList : Bag
                         Option
                         Partition
                         ProductOrder
                         PushforwardComputation
                         RingElement
                         SumOfTwists
                         Time
                         TreeNode
                         URL
                         Vector
                         VisibleList : Array
                                       List
                                       Sequence
                                       VerticalList
             Boolean
             CompiledFunctionBody
             Database
             Dictionary : GlobalDictionary
                          LocalDictionary
             File
             Function : CompiledFunction
                        CompiledFunctionClosure : MethodFunction
                        FunctionClosure : Analyzer
                                          MethodFunctionWithOptions
                                          Parser
             FunctionBody
             HashTable : CoherentSheaf
                         Ideal : MonomialIdeal
                         ImmutableType : Module
                         ModuleMap : Matrix
                         MonoidElement
                         MutableHashTable : CacheTable
                                            ChainComplexMap
                                            GradedModule : ChainComplex
                                            GradedModuleMap
                                            GroebnerBasis
                                            Package
                                            Resolution
                                            ScriptedFunctor
                                            Type : HeaderType
                                                   Monoid : OrderedMonoid : GeneralOrderedMonoid
                                                   Ring : EngineRing : FractionField
                                                                       GaloisField
                                                                       PolynomialRing
                                                                       QuotientRing
                                                                       SchurRing
                                                   SelfInitializingType : MarkUpType : IntermediateMarkUpType
                                                                                       MarkUpTypeWithOptions
                                                   WrapperType
                                            Variety : AffineVariety
                                                      ProjectiveVariety
                         MutableMatrix
                         OptionTable
                         ProjectiveHilbertPolynomial
                         RingMap
                         SheafOfRings
                         Tally : BettiTally
                                 Set
             Net : String
             NetFile
             Nothing
             Number : CC
                      CCC
                      QQ
                      RR
                      RRR
                      ZZ
             Pseudocode
             Symbol : Keyword

See also

For the programmer

The object showStructure is a command.