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

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

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