pub type ModuleId = Identifier;
This is a type alias used to clarify that an identifier refers to a module
pub struct ModuleId(pub Span<Symbol>);
0: Span<Symbol>