summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci057.hs
blob: 23bad888bcaef4cdefc3b1af1ad177db98552a3a (plain)
1
2
3
4
5
{-# LANGUAGE Haskell2010 #-}
module Test where
data T a where
  C :: T Int