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