Kindex icon indicating copy to clipboard operation
Kindex copied to clipboard

Fixing Char.is_lower and Char.is_upper

Open o-santi opened this issue 2 years ago • 1 comments

The characters between 65 and 91 are the uppercase letters. The characters between 97 and 127 are the lowercase letters.

The way it was, Char.is_lower accepts any codepoint that is not an uppercase letter, and conversely Char.is_upper accepts any codepoint that is not a lowercase letter.

o-santi avatar Sep 12 '22 23:09 o-santi

You have commited a file called SelfTypes/_.kind2, I guess that this file is out of the scope of the PR.

algebraic-dev avatar Apr 03 '23 19:04 algebraic-dev