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