use words & sentence

This commit is contained in:
Scott Richmond 2024-06-14 15:30:11 -04:00
parent 82145a8f08
commit f5a50854dc

View File

@ -19,9 +19,9 @@ fn switch_persons {
fn repersonalize (x) -> do x >
trim >
split (_, " ") >
words >
map (switch_persons, _) >
join (_, " ")
sentence
fn one_of {
(str as :string) -> str