pub fn merge_two_word_map_fn<R: Rng>( f1: impl Fn(&mut R, Ident) -> Ident, f2: impl Fn(&mut R, Ident) -> Ident, ) -> impl Fn(&mut R, Ident) -> Ident