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