summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print012.script
blob: 61b654ae225329033694c2cb11407dc732939e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
:set -XGADTs -XRankNTypes -XExistentialQuantification -XDeriveDataTypeable -XGeneralizedNewtypeDeriving
:l GADT
:a Test
:m +Main
let o = O (id foo)
:p o
seq _t1 ()
:t _t1
:p o
seq _t4 ()
:p o