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

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