summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/ExtraConstraintsWildcardTwice.hs
blob: e1aaf23838c359d5133821c7f019659a44d66ae4 (plain)
1
2
3
4
5
{-# LANGUAGE PartialTypeSignatures #-}
module ExtraConstraintsWildcardTwice where

foo :: ((_), _) => a -> a
foo = undefined