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