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