Tentatively: ``` hyphenate : &corpus<strategy> -> newtype opportunities : newtype -> Vec<strategy::opportunity> syllables : newtype -> iter punctuate/punctuate_with : iter -> intersperse<iter> breakpoints_from_separators : str -> Vec<strategy::opportunity> ```
Tentatively: