summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7627.script
blob: 13f52a538e72afffafc84e0f07e2666b24f16041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

:set -XUnboxedTuples

:i ()
:i (##)
:t ()
:t (##)
:t (   )
:t (#   #)
:i (,)
:i (#,#)
:t (,)
:t (#,#)
:t (  ,  )
:t (#  ,  #)