summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T11975.script
blob: 72b1a5caff1b8cc32b82b99fe30eaa0667104b6a (plain)
1
2
3
4
5
:set -fprint-explicit-foralls
:type mapM
let foo :: (Show a, Num b) => a -> b; foo = undefined
:set -XTypeApplications
:type foo @Int