pubuseself::{apply::*,dbi::*,prim::*,redex::*};pubtypeSubst=PrimSubst<crate::syntax::core::Term>;/// Eliminate something with something else.
modapply;/// De-Bruijn indices things.
moddbi;/// The primitive substitution type.
modprim;/// Reduction function (red-ex stands for **red**ducible **ex**pression).
modredex;