Documentation
Std
.
Data
.
Char
Search
Google site search
return to top
source
Imports
Init
Imported by
Char
.
ext
String
.
csize_pos
String
.
csize_le_4
source
theorem
Char
.
ext
{a :
Char
}
{b :
Char
}
:
a
.val
=
b
.val
→
a
=
b
source
theorem
String
.
csize_pos
(c :
Char
)
:
0
<
String.csize
c
source
theorem
String
.
csize_le_4
(c :
Char
)
:
String.csize
c
≤
4