summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2766.script
blob: 87e9bb3918aafe72fe49ca5c66e2905d711bded8 (plain)
1
2
3
4
-- Test Trac #2766
:set -XTypeOperators
:m Control.Arrow
:t first :: Arrow (~>) => b~>c -> (b, d)~>(c, d)