summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T16376.script
blob: 7bdc872322f9381a12f38e0c76b12c830eab9a90 (plain)
1
2
3
4
:set -XTypeApplications -XPolyKinds -XDataKinds
:t id @Maybe
type Id (a :: k) = a
:k Id @Maybe