Idris2/libs/base
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
..
Control Add libraries 2020-05-18 14:00:08 +01:00
Data Workaround for byte vectors in Racket 2020-05-23 21:37:31 +01:00
Debug Add libraries 2020-05-18 14:00:08 +01:00
Decidable Add libraries 2020-05-18 14:00:08 +01:00
Language Add Reflection to base 2020-05-18 16:57:43 +01:00
System Fix Char casting 2020-05-23 22:19:10 +01:00
base.ipkg Move System.Clock from 'contrib' to 'base' 2020-05-21 17:00:09 +06:00
Makefile Refactor makefiles 2020-05-19 18:50:47 +06:00
System.idr Add libraries 2020-05-18 14:00:08 +01:00