summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T5130.script
blob: 78a8190b8ef37f3f565c9c6a2008a334bb9fa0f8 (plain)
1
2
3
:set -XScopedTypeVariables
let f = (\(x :: a, y :: a) -> [x, y])