summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print013.script
blob: 08add418316a66688b7c3f5607eb23e0dd68bfe4 (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 :: Int)
:p d
seq _t1 ()
:p d
:q