pub fn parse_module_string(
    input: &str
) -> Result<ModuleDefinition, ParseError<Loc, Error>>