Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » lists and sequences » BasicList » Expression » Holder
next | previous | forward | backward | up | index | toc

Holder -- the class of all holder expressions

Description

This type of expression is a container for a single, arbitrary, thing that is basic enough that the correct method for printing does not depend on its neighbors in the containing expression. A negative number would not be basic enough for this purpose, since as a member of a sum, it would require special treatment.

Menu

Types of holder:

For the programmer

The object Holder is a wrapper type, with ancestor classes Expression < BasicList < Thing.


The source of this document is in Macaulay2Doc/doc12.m2:57:0.