summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T16096.script
blob: 8fb9453fd8bae8d41c4da932d3a85fc14b86711f (plain)
1
2
3
4
:set -ddump-ds -dsuppress-uniques
-- These two should desugar to same Core
let x = [1..] :: [Int]
x = [1..] :: [Int]