Type Definition rsmt2::print::Model

source · []
pub type Model<Ident, Type, Value> = Vec<(Ident, Vec<(Ident, Type)>, Type, Value)>;
Expand description

Type of a model.