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