mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
[RFC] Generalize some text.
This commit is contained in:
parent
884061ffd6
commit
b966b1833c
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user