Idris2/libs/base/System
Stiopa Koltsov 1617d95961 System.Errno.strerror
* add `strerror` function
* move `getErrno` to `System.Errno`
* use `strerror` in `Show FileError`
* on node there's no access to `strerror`, so `strerror` just converts the number to string
2021-07-13 10:34:04 +01:00
..
Clock.idr [ cleanup ] Test.Golden (#1526) 2021-06-21 17:30:11 +01:00
Concurrency.idr [ fix ] Chez channels (#1596) 2021-07-02 13:13:50 +01:00
Directory.idr Hoist some pures (#1556) 2021-06-16 15:22:52 +01:00
Errno.idr System.Errno.strerror 2021-07-13 10:34:04 +01:00
FFI.idr Expose malloc and free from System.FFI 2021-07-13 10:24:26 +01:00
File.idr System.Errno.strerror 2021-07-13 10:34:04 +01:00
Info.idr Add totality annotations to src and libs/{prelude, base} 2021-06-12 21:06:08 -05:00
REPL.idr Add totality annotations to src and libs/{prelude, base} 2021-06-12 21:06:08 -05:00
Signal.idr System.Errno.strerror 2021-07-13 10:34:04 +01:00