next up previous contents
Next: sameKind Up: Sort operations Previous: Sort operations   Contents

sortLeq

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

  op sortLeq : Module Type Type ~> Bool [special (...)] .

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


next up previous contents
Next: sameKind Up: Sort operations Previous: Sort operations   Contents
The Maude Team