summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8649.script
blob: 017a8208c2520df9648d1172091380eea1951aba (plain)
1
2
3
4
data X = Y Int
let f (Y i) = i
data X = Y Int | Z String
f (Y 3)