summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci023.ghci
blob: a9d38d7a5b1d49572de3cf2a528b8e3332832a5e (plain)
1
2
3
4
5
6
7
8
9
10
:{
  let { a = True
      ; b = False
      }
:}
print (a,b)
:{
:type
  id
:}