ghc-exactprint-0.5.0.0: tests/examples/ghc8/ExtraConstraintsWildcardTwice.hs
{-# LANGUAGE PartialTypeSignatures #-}
module ExtraConstraintsWildcardTwice where
foo :: ((_), _) => a -> a
foo = undefined
{-# LANGUAGE PartialTypeSignatures #-}
module ExtraConstraintsWildcardTwice where
foo :: ((_), _) => a -> a
foo = undefined