Idris2/libs/base/System
Mathew Polzin f078d5f5dc
clean up some deprecations (#2057)
* deprecate Data.Nat.Order.decideLTE

* Add properties for LTE/GTE that produce the difference.

* remove deprecated function now that it is available in the base library.

* remove two deprecated lines.

* remove module deprecated since v0.4.0

* fix prelude reference to renamed primitive.

* finish removing Data.Num.Implementations

* remove deprecated dirEntry function.

* remove deprecated fastAppend. Update CHANGELOG.

* replace fastAppend in test case

* replace fastAppend uses in compiler.

* remove new properties that weren't actually very new.
2021-10-24 12:06:57 +01:00
..
File [base]: add appendFile 2021-10-23 15:20:22 +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 clean up some deprecations (#2057) 2021-10-24 12:06:57 +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