: (squish) ( seq quot -- ) 2dup call [ '[ _ (squish) ] each ] [ drop , ] if ; inline recursive : squish ( seq quot exemplar -- seq' ) [ [ (squish) ] ] dip make ; inline : squish-strings ( seq -- seq' ) [ { [ sequence? ] [ integer? not ] } 1&& ] "" squish ;