Type Definition rsmt2::print::Model[][src]

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

Type of a model.