summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9140.script
blob: 53eb63afa9c49372816a91723913e3b6394a11c7 (plain)
1
2
3
4
5
:set -XUnboxedTuples
let a = (# 1 #)
let a = (# 1, 3 #)

let a = (# 1, 3 #) :: (# Integer, Integer #)