mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +03:00
19 lines
277 B
Plaintext
19 lines
277 B
Plaintext
|
1
|
||
|
200
|
||
|
True
|
||
|
200
|
||
|
254
|
||
|
False
|
||
|
248
|
||
|
1
|
||
|
1234567890
|
||
|
255
|
||
|
65535
|
||
|
4294967295
|
||
|
18446744073709551615
|
||
|
1/1: Building Bits (Bits.idr)
|
||
|
Main> ["257", "200", "248", "1", "255", "200", "254"]
|
||
|
Main> ["True", "True"]
|
||
|
Main> ["255", "65535", "4294967295", "18446744073709551615"]
|
||
|
Main> Main> Bye for now!
|