summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/ExplicitSpecificity9.hs
blob: 829e771e46df372b6f9714a6ef5c2e715325178b (plain)
1
2
3
4
5
6
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE StandaloneDeriving #-}
module Bug where

data T a = MkT
deriving instance forall {a}. Show (T a)