mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 19:13:02 +03:00
7d046652d8
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
1/1: Building BitCasts (BitCasts.idr)
|
|
Main> ["123", "123", "123", "123", "123"]
|
|
Main> ["1234", "1234", "1234", "1234"]
|
|
Main> ["1234567", "1234567", "1234567"]
|
|
Main> ["134", "134", "134", "134"]
|
|
Main> ["134", "134", "134", "134"]
|
|
Main> ["134", "134", "134"]
|
|
Main> ["134", "134"]
|
|
Main> ["134"]
|
|
Main> ["237", "65517", "4294967277", "18446744073709551597"]
|
|
Main> Bye for now!
|