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

foo :: (Eq a, _a) => a -> a
foo = undefined