[RFC] Generalize some text.

This commit is contained in:
Alessandro Coglio 2021-09-29 10:13:24 -07:00
parent 884061ffd6
commit b966b1833c

View File

@ -51,8 +51,7 @@ Thus, we first present a design for both characters and strings.
We add a new scalar type, `char` for characters.
In accord with Leo's strong typing,
this new type is separate from all the other scalar types.
Type casts (a future feature of Leo) will be needed
to convert between `char` and other types.
Explicit constructs will be needed to convert between `char` and other types.
The set of values of type `char` is isomorphic to
the set of Unicode code points from 0 to 10FFFF (both inclusive).