summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8674.hs
blob: da7c7cdd61cfc67a82c187609473ee3cde2ec1dd (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies, DataKinds, PolyKinds #-}
module T8557 where

data family Sing (a :: k)
data instance Sing (a :: [k]) = SNil
data instance Sing Bool = SBool