Idris2/libs/base/System
Mathew Polzin 654d399eaf
Add function that checks whether a file handle points to a TTY device. (#1908)
* Add function that checks whether a file is a terminal device.

* support isTTY function for NodeJS backend.

* don't accidentally interpret 'false' string as truthy number

* less code duplication.
2021-09-10 08:05:21 +01:00
..
File Add function that checks whether a file handle points to a TTY device. (#1908) 2021-09-10 08:05:21 +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 Add copyFile to System.File (#1797) 2021-08-30 15:31:37 +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 Add copyFile to System.File (#1797) 2021-08-30 15:31:37 +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