ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/ExtraConstraintsWildcardInTypeSplice.hs
{-# LANGUAGE TemplateHaskell #-}
module ExtraConstraintsWildcardInTypeSplice where
import Language.Haskell.TH
metaType :: TypeQ
metaType = [t| _ => _ |]
{-# LANGUAGE TemplateHaskell #-}
module ExtraConstraintsWildcardInTypeSplice where
import Language.Haskell.TH
metaType :: TypeQ
metaType = [t| _ => _ |]