Skip to main content

SubstMap

Type Alias SubstMap 

Source
pub type SubstMap = HashMap<FVarId, Expr>;
Expand description

A finite mapping from free-variable identifiers to expressions.

Aliased Typeยง

pub struct SubstMap { /* private fields */ }