summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7730.script
blob: f1e01ee1ef3e7894f133f3059673764fb9eeb620 (plain)
1
2
3
4
5
6
7
:set -XPolyKinds
data A x y
:i A
:kind A
:set -XExistentialQuantification
data T a = forall a . MkT a
:info T