hls-splice-plugin-1.0.0.3: test/testdata/TQQTypeTypeError.expected.hs
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE QuasiQuotes #-}
module TQQTypeTypeError where
import Language.Haskell.TH ( appT, numTyLit, litT, conT )
import Data.Proxy ( Proxy(..) )
import QQ
main :: IO (Proxy "str")
main = return ()