Idris2/libs/contrib/Text
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
..
Distance Update contrib Text.Parser to match Library.Text.Parser (#1808) 2021-08-06 10:03:13 +01:00
Lexer [ fix #1859 ] Undo my mistakes (#1866) 2021-08-27 16:18:24 +01:00
Parser Add buildExpressionParser, based on Parsec's implementation 2021-10-07 16:14:02 +01:00
PrettyPrint clean up some deprecations (#2057) 2021-10-24 12:06:57 +01:00
Bounded.idr [ fix ] export Show instance for Bounds 2021-08-15 08:49:19 +01:00
Lexer.idr Update contrib Text.Parser to match Library.Text.Parser (#1808) 2021-08-06 10:03:13 +01:00
Literate.idr clean up some deprecations (#2057) 2021-10-24 12:06:57 +01:00
Parser.idr Update contrib Text.Parser to match Library.Text.Parser (#1808) 2021-08-06 10:03:13 +01:00
Quantity.idr Update contrib Text.Parser to match Library.Text.Parser (#1808) 2021-08-06 10:03:13 +01:00
Token.idr Update contrib Text.Parser to match Library.Text.Parser (#1808) 2021-08-06 10:03:13 +01:00