summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T19310.script
blob: 64a72c2e50cefeb0846c19e3fffd004473529e11 (plain)
1
2
3
4
:m GHC.Exts GHC.Types
:set -fprint-explicit-kinds -XDataKinds -XKindSignatures
type T = FUN 'Many :: Type -> Type -> Type
:i T