summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T9914.script
blob: d40f46f6670fca8b7f73c39f43bb18828b5eb8b5 (plain)
1
2
3
4
5
6
7
8
9
let x = 1
x
 let x = 2 -- Note leading whitespace
x
2
data T1 = MkT1
:i T1
 data T2 = MkT2 -- Note leading whitespace
:i T2