summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print014.script
blob: 2758d25e849336a39c2e1989ed4d90c2eb49f664 (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
:p e