ghc-exactprint-0.5.0.0: tests/examples/ghc8/NamedWildcardInTypeSplice.hs
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE NamedWildCards #-}
module NamedWildcardInTypeSplice where
import Language.Haskell.TH
metaType :: TypeQ
metaType = [t| _a -> _a |]