If the type fits, I sits
If the type fits, I sits

![A cat, labeled str, with its paws in a tiny box, labeled Sequence[Sequence[str]]](https://lemmy.zip/pictrs/image/da41bb8d-d602-46ff-b20a-3406ed284bb6.webp?format=webp)
ALT
If the type fits, I sits
In languages where there's no difference between string and char and where strings are sequences of string, they are endlessly recursively defined.
What language is that? That does not conform to duck typing.
In Python, strings are sequences of single length strings, which themselves are sequences of strings.
We have to go deeper!
typed python is a mess