summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T18501.script
blob: 64975cbc468bcaf3edbe482a80493bced932154f (plain)
1
2
3
:set -XAllowAmbiguousTypes
class Foo a where foo :: String
:t foo