Skip to content
Norbert Preining edited this page Oct 6, 2017 · 2 revisions

check <options>

This command allows for checking of certain properties of modules and operators.

check regularity <mod_exp> ~ Checks whether the module given by the module expression <mod_exp> is regular.

check compatibility <mod_exp> ~ Checks whether term rewriting system of the module given by the module expression <mod_exp> is compatible, i.e., every application of every rewrite rule to every well-formed term results in a well-formed term. (This is not necessarily the case in order-sorted rewriting!)

check laziness <op_name> ~ Checks whether the given operator can be evaluated lazily. If not <op_name> is given, all operators of the current module are checked.

Related: regularize

Clone this wiki locally