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

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

x :: Sing '[]
x = SNil