haskell-language-server-2.7.0.0: plugins/hls-splice-plugin/test/testdata/TErrorPat.hs
{-# LANGUAGE TemplateHaskell #-}
module TErrorPat where
import Language.Haskell.TH ( conP )
f :: () -> ()
f $(conP 'True []) = x
{-# LANGUAGE TemplateHaskell #-}
module TErrorPat where
import Language.Haskell.TH ( conP )
f :: () -> ()
f $(conP 'True []) = x