hls-splice-plugin-1.0.0.1: test/testdata/TQQTypeTypeError.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|str|])
main = return ()