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

data Foo a = Foo { get :: Either _ a }