Idris2/libs/base/System
Edwin Brady ad9a2a187f Fix Char casting
For the same behaviour as Idris 1, the primitive cast should return 0 if
the integer is out of bounds. (We should probably drop the Cast
implementation though, since ideally they won't be lossy in general, but
that's an issue for another time...)

All the tests pass in racket now, for me.
2020-05-23 22:19:10 +01:00
..
Concurrency Add libraries 2020-05-18 14:00:08 +01:00
Clock.idr Add libraries 2020-05-18 14:00:08 +01:00
Directory.idr Add rmDir to System.Directory 2020-05-18 18:28:33 +01:00
FFI.idr Add libraries 2020-05-18 14:00:08 +01:00
File.idr Fix Char casting 2020-05-23 22:19:10 +01:00
Info.idr Add libraries 2020-05-18 14:00:08 +01:00
REPL.idr Add libraries 2020-05-18 14:00:08 +01:00