summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T12007.script
blob: 8e6a27acbf39433e78ba35be2e60a3b39942f844 (plain)
1
2
3
:l T12007
let f (B x y) = (y,x)
f (Foo 'c' 'd')