next up previous contents
Next: maximalSorts and minimalSorts Up: Sort operations Previous: leastSort   Contents

glbSorts

The operation glbSorts takes as arguments the metarepresentation of a module $\mathcal{R}$ and the metarepresentations of two types, that is, either sorts or kinds.

  op glbSorts : Module Type Type ~> TypeSet [special (...)] .

According to whether the types passed to glbSorts as arguments are metarepresented sorts or kinds, we can distinguish the following cases:


next up previous contents
Next: maximalSorts and minimalSorts Up: Sort operations Previous: leastSort   Contents
The Maude Team