pubuseself::{decls::*,term::{check, infer, simplify},};pubconstERROR_MSG:&str="Please report this as a bug.";/// Type check a function clause.
modclause;/// Type check data type & constructor declarations.
moddata;/// Check a list of declarations.
moddecls;/// Type check a term.
modterm;