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