The coverage in the file, using the native type U60, depending on where the general case is, present a divergence of results
Example 01: General case last or middle
This message appears, as if more cases are missing
WARN This function does not cover all the possibilities!
• Missing case : _
┌──[Char/is_whitespace.kind2:2:1]
│
│ #kdl_name = Char_whtspc
│ Char.is_whitespace (c: Char) : Bool
│ ┬─────────────────
│ └Here!
│ Char.is_whitespace 9 = Bool.true
The coverage in the file, using the native type U60, depending on where the general case is, present a divergence of results Example 01: General case last or middle
This message appears, as if more cases are missing
Example 02: General case in first
It works perfectly