ghc-exactprint-0.5.0.0: tests/examples/ghc8/ExtraConstraintsWildcardInPatternSignature.hs
{-# LANGUAGE ScopedTypeVariables #-}
module ExtraConstraintsWildcardInPatternSignature where
foo (x :: _ => _) y = x == y
{-# LANGUAGE ScopedTypeVariables #-}
module ExtraConstraintsWildcardInPatternSignature where
foo (x :: _ => _) y = x == y