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