summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/GhciKinds.script
blob: fa9401524c5e52f00a2da1dfb30817cb26f12140 (plain)
1
2
3
4
5
6
7
8
9
10
:kind Int
:kind Maybe
:l GhciKinds
:kind F [[[Int]]]
:kind! F [[[Int]]]
:kind! F (Maybe Int)
:kind! F (Maybe Bool)

:seti -XRankNTypes
:kind! forall a. F (Maybe a)