summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T12549.script
blob: 012517fd6d97704bb985975cff4ab1f7d9eab21a (plain)
1
2
3
:set -XPolyKinds
class C a where f :: a b c
:t f