cps & contification

Stephen Weeks MLton@sourcelight.com
Sat, 13 Jan 2001 19:27:39 -0800 (PST)


> So, the bad news... I can't quite get the actual contification to occur:
> I get a "_var_ has no info property" error, on a variable that isn't even
> mentioned in the cps.  Stranger, no property in contify.fun is declared
> initRaise("info",...).  

This is probably from shrink.fun, which is used because the contifier calls
shrinkExp.  Trace Cps.shrinkExp to see.