summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/T16190_Embed.hs
blob: f7e50d64bfdc5e5242516abf764de9dcc2d16185 (plain)
1
2
3
4
5
6
7
module T16190_Embed where

import Data.Word
import Language.Haskell.TH

embedBytes :: [Word8] -> Q Exp
embedBytes bs = return (LitE (StringPrimL bs))