pub type RowSubst = HashMap<String, StackType>;
Substitutions for row variables (stack type variables)
pub struct RowSubst { /* private fields */ }