pub type UntypedModule = Module<(), UntypedDefinition>;Aliased Type§
pub struct UntypedModule {
pub name: String,
pub docs: Vec<String>,
pub type_info: (),
pub definitions: Vec<Definition<(), UntypedArg, UntypedExpr, ()>>,
pub lines: LineNumbers,
pub kind: ModuleKind,
}Fields§
§name: String§docs: Vec<String>§type_info: ()§definitions: Vec<Definition<(), UntypedArg, UntypedExpr, ()>>§lines: LineNumbers§kind: ModuleKind