lean4
lean4 copied to clipboard
`Char.toLower` should be renamed to `toLowerAscii` etc.
Same for Char.toUpper?
Char.isUpper, Char.isLower, String.toUpper, String.toLower
and arguably isAlpha*. And isWhitespace?