summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print023.script
blob: 434b8df4afec107b243cb91069229a02ccb7b1b6 (plain)
1
2
3
4
5
6
7
8
-- Another type reconstruction with newtypes test

:set -XExistentialQuantification -XDeriveDataTypeable -XGeneralizedNewtypeDeriving
:l ../Test

let a = MkT [1..2]
seq a ()
:p a