ghc-exactprint-0.5.0.0: tests/examples/ghc8/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| _ => _ |]