summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15898.script
blob: 930b319124bdfe9264cba5bb8433f830ca47c3e8 (plain)
1
2
3
4
5
6
:set -XDataKinds
import Data.Proxy
undefined :: '()
undefined :: Proxy '() Int
undefined :: [(), ()]
undefined :: '( '[], '[] )