pub type TypedModule = Module<TypeInfo, TypedDefinition>;Aliased Type§
pub struct TypedModule {
pub name: String,
pub docs: Vec<String>,
pub type_info: TypeInfo,
pub definitions: Vec<Definition<Rc<Type>, TypedArg, TypedExpr, String>>,
pub lines: LineNumbers,
pub kind: ModuleKind,
}Fields§
§name: String§docs: Vec<String>§type_info: TypeInfo§definitions: Vec<Definition<Rc<Type>, TypedArg, TypedExpr, String>>§lines: LineNumbers§kind: ModuleKind