Type Alias Substitution

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

Aliased Type§

pub struct Substitution<T = IRTerm> { /* private fields */ }

Trait Implementations§