Skip to main content

Substitution

Type Alias Substitution 

Source
pub type Substitution = HashMap<i64, STerm>;
Expand description

Substitution mapping variable indices to replacement terms.

Extracted from hypothesis equalities like x = t, where x is a De Bruijn variable. Applied during simplification to replace variables with their known values.

Aliased Typeยง

pub struct Substitution { /* private fields */ }