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 > fn repersonalize (x) -> do x >
trim > trim >
split (_, " ") > words >
map (switch_persons, _) > map (switch_persons, _) >
join (_, " ") sentence
fn one_of { fn one_of {
(str as :string) -> str (str as :string) -> str