Macaulay2 » Documentation
Packages » Macaulay2Doc > The Macaulay2 language > what a class is > ancestor(Type,Type)
next | previous | forward | backward | up | index | toc

ancestor(Type,Type) -- whether one type is an ancestor of another

Synopsis

Description

The ancestors of y are y, parent y, parent parent y, and so on.

If x is an ancestor of y, then we also say that y is a specialization of x.

i1 : parent String

o1 = Net

o1 : Type
i2 : parent parent String

o2 = Thing

o2 : Type
i3 : parent parent parent String

o3 = Thing

o3 : Type

See also

Ways to use this method: