ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/ExtraConstraintsWildcardInPatternSplice.hs
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE ScopedTypeVariables #-}
module ExtraConstraintsWildcardInPatternSplice where
foo $( [p| (x :: _) |] ) = x
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE ScopedTypeVariables #-}
module ExtraConstraintsWildcardInPatternSplice where
foo $( [p| (x :: _) |] ) = x