summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print031.script
blob: 2e3223e354035351c95ecfd8a9124ca713d936b3 (plain)
1
2
3
4
5
6
7
8
9
:l print031.hs
let a = MkT2 [Just (Phantom 1)]
:break f
a
f a
-- ghc crashes now when the type for x is recovered
-- and unifyRTTI fails to compute a substitution
:p x
:q