snix/third_party/bazel/rules_haskell/tests/encoding/TH.hs

7 lines
166 B
Haskell

module TH (foo) where
import Language.Haskell.TH
import Language.Haskell.TH.Syntax (lift)
foo :: Q Exp
foo = runIO (readFile "tests/encoding/unicode.txt") >>= lift