Idris2/tests/chez/chez021/expected
Niklas Larsson b5f67b94ae Use constants instead of calculation for upper bounds
Add wrapping to 8-bit adding.

This is a workaround to fix the bootstrap
Fixes #268
2020-06-11 14:23:41 +02:00

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!