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