pub type Substitution<T = IRTerm> = HashMap<T, T>;

Trait Implementations