pub type ModuleId = String;
A module identifier derived from its path segments (e.g., "Std.Io.File").
"Std.Io.File"
pub struct ModuleId { /* private fields */ }