summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print013.script
blob: cc80c29c63eb558a65a7792df44e7a01f10d84d9 (plain)
1
2
3
4
5
6
7
8
9
10
-- Test handling of extra fields in the representation due to dictionaries

:set -XGADTs -XRankNTypes
:l ../GADT

let d = DictN (1 :: Integer)
:p d
seq _t1 ()
:p d
:q