[m-rev.] for review: announce the addition of uint to the language

Julien Fischer jfischer at opturion.com
Mon Jun 12 20:02:37 AEST 2017



On Mon, 12 Jun 2017, Peter Wang wrote:

> On Sun, 11 Jun 2017 22:56:12 +1000 (AEST), Julien Fischer <jfischer at opturion.com> wrote:
>>
>> +* We have added a new module, uint, that exports basic operations on the new
>> +  uint type.
>> +
>> +  The following predicates and functions have been made to other standard
>> +  library modules in order support the uint type:
>
> in order to

Fixed.

>> +  - integer.to_uint/2
>> +  - integer.det_to_uint/1
>> +  - integer.from_uint/1
>> +  - string.uint_to_string/1
>> +  - io.write_uint/4, io.write_uint/5
>
> io.write_uint/3, io.write_uint/4

Fixed.

Julien.


More information about the reviews mailing list