hls-splice-plugin-1.0.0.1: 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