Idris2/libs/prelude/Prelude
Edwin Brady 7f7b11ed54 Use transforms for fastPack/fastUnpack
We've had these for a while, used for interface specialisation, but
they're not yet used anywhere else or properly documented. We should
document them soon, but for now, it's a useful performance boost to
always use the fast versions of pack/unpack/concat at runtime.

Also moves a couple to the prelude, to ensure that the fast versions are
defined in the same place as the 'normal' version so that the
transformation will always fire (that is, no need to import Data.String
for the transformation to work).
2021-04-29 23:17:29 +01:00
..
Basics.idr [ new ] Perfect binary trees (#1063) 2021-02-22 09:54:16 +00:00
Cast.idr Add identity cast (#1332) 2021-04-25 09:22:01 +01:00
EqOrd.idr removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
Interfaces.idr [ REPL ] Improving :doc (fixity, totality, colours) (#1316) 2021-04-21 09:39:18 +01:00
IO.idr Overhaul of concurrency primitives (#968) 2021-02-05 16:16:20 +00:00
Num.idr Reorganise prelude into multiple files 2020-07-12 16:55:48 +01:00
Ops.idr [ REPL ] Improving :doc (fixity, totality, colours) (#1316) 2021-04-21 09:39:18 +01:00
Show.idr Various improvements (#1286) 2021-04-09 13:02:37 +01:00
Types.idr Use transforms for fastPack/fastUnpack 2021-04-29 23:17:29 +01:00
Uninhabited.idr removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00