Signature.TotalityTotality declarations and orderings for configuring the totality checker for theorems and proofs.
For instance, the named totality declaration
/ total [x y z] (f x y z w) /specifies that the function named f is checked for totality using the lexical ordering [x y z] of its arguments.
module Declaration : sig ... endmodule Order : sig ... endTotality argument orderings for totality-checking.