Idris2-boot/libs/prelude
Edwin Brady 7adb4d3342 Move buffer API to C
It's slightly different wrt to file reading and writing, and now
requires the created buffer to be explicitly freed (since unlike Idris 1
the run time can't be told to manage C values) but this makes the buffer
code more portable by not requiring it to run via scheme.
Performance appears more or less the same as before.
2020-05-11 18:10:08 +01:00
..
Builtin.idr Port prelude's inline API documentation from Idris 1 2020-04-22 01:40:40 +06:00
Makefile Add missing Makefile 2019-06-19 18:49:53 +01:00
Prelude.idr Move buffer API to C 2020-05-11 18:10:08 +01:00
prelude.ipkg Add missing ipkg 2019-06-19 18:50:46 +01:00
PrimIO.idr Move buffer API to C 2020-05-11 18:10:08 +01:00