mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 17:21:59 +03:00
b5f67b94ae
Add wrapping to 8-bit adding. This is a workaround to fix the bootstrap Fixes #268
19 lines
276 B
Plaintext
19 lines
276 B
Plaintext
1
|
|
200
|
|
True
|
|
200
|
|
254
|
|
False
|
|
248
|
|
1
|
|
1234567890
|
|
255
|
|
65535
|
|
4294967295
|
|
18446744073709551615
|
|
1/1: Building Bits (Bits.idr)
|
|
Main> ["1", "200", "248", "1", "255", "200", "254"]
|
|
Main> ["True", "False"]
|
|
Main> ["255", "65535", "4294967295", "18446744073709551615"]
|
|
Main> Main> Bye for now!
|