summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print014.script
blob: afbfa5904ca7b534443f49c29fd342382ca04b86 (plain)
1
2
3
4
5
6
7
-- Test handling of extra fields in the representation due to existentials.

:set -XGADTs -XRankNTypes
:l GADT

let e = Exist (1 :: Int)
:p e