Idris2/libs/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
..
Prelude Use transforms for fastPack/fastUnpack 2021-04-29 23:17:29 +01:00
Builtin.idr Tune precedence of (===), (~=~) and (<+>) 2021-03-29 11:29:58 +01:00
Makefile Refactor makefiles 2020-05-19 18:50:47 +06:00
Prelude.idr [ typo ] Enum -> Range (#1099) 2021-02-22 10:05:08 +00:00
prelude.ipkg Add --ignore-missing-ipkg flag 2021-02-27 19:39:47 +00:00
PrimIO.idr Remove linearity subtyping 2020-12-27 19:58:35 +00:00