summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T22908.script
blob: 3380b08ccdc56912e26a6bc41600c7455809b242 (plain)
1
2
3
4
:set -XMultiParamTypeClasses
class Foo where foo :: Int
:t foo