summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print013.script
blob: cf8fdad2def11e704b4c41cd28ebdaa39caa63ef (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