pub fn parse_existing_string_pool<'a, F: Read + 'a>( f: F, string_pool: Vec<String>, ) -> impl Iterator<Item = Result<ESExpr, ParseError>> + 'a