1 2 3 4 5 6 7
{-# LANGUAGE DataKinds, PolyKinds #-} module T14058 where import T14058a (Sing(..)) foo :: Sing ('[ '[] ] :: [[a]]) foo = SCons SNil SNil