Skip to content

base: Use TemplateHaskellQoutes in instance Lift ByteArray

Teo Camarasu requested to merge wip/T24852 into master

Switch this code to use quotes instead of calls to the TH constructors as much as possible.

We also mark an internal function NOINLINE to avoid code size bloat.

Merge request reports