ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/TypedSplice.hs
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE NamedWildCards #-}
{-# LANGUAGE PartialTypeSignatures #-}
module TypedSplice where
import Language.Haskell.TH
metaExp :: Q (TExp (Bool -> Bool))
metaExp = [|| not :: _ -> _b ||]