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

data Foo a = Foo (Either _ a)