summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_compile/T14058.hs
blob: b2f7eea595ee4d4e91f3c2e2f923b9630a38215d (plain)
1
2
3
4
5
6
7
{-# LANGUAGE DataKinds, PolyKinds #-}
module T14058 where

import T14058a (Sing(..))

foo :: Sing ('[ '[] ] :: [[a]])
foo = SCons SNil SNil