summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T11975.script
blob: 80061ef97bbb9e9d6251042a7db2677635681895 (plain)
1
2
3
4
5
6
7
8
9
:set -fprint-explicit-foralls
:type mapM
:type +v mapM
:t +v mapM
let foo :: (Show a, Num b) => a -> b; foo = undefined
:set -XTypeApplications
:type foo @Int
:type +v foo @Int
:t +v foo @Int