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