cherrypick to remove iris content

This commit is contained in:
Nikita Fuchs 2020-10-07 16:39:02 +02:00 committed by GitHub
parent 8251c4f8b5
commit a7ea6deae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -504,15 +504,6 @@ the hash functions described below.
Please refer to the `String` [library documentation](sophia_stdlib.md#String). Please refer to the `String` [library documentation](sophia_stdlib.md#String).
### Chars
There is a builtin type `char` (the underlying representation being an integer),
mainly used to manipulate strings via `String.to_list`/`String.from_list`.
Characters can also be introduced as character literals (`'x', '+', ...).
Please refer to the `Char` [library documentation](sophia_stdlib.md#Char).
### Byte arrays ### Byte arrays
Byte arrays are fixed size arrays of 8-bit integers. They are described in hexadecimal system, Byte arrays are fixed size arrays of 8-bit integers. They are described in hexadecimal system,