
20 Jan
2008
20 Jan
'08
5:34 p.m.
I would find it most useful to get type inference information on the fly, even when not all of the code compiles correctly yet.
Does that make sense?
Not much if you're writing from scratch, but if you're making minor changes in the already written code, it appears to be very useful. I use C-c C-t all the time, and it gives me the types as they were before my changes - if I didn't change them, this hints are helpful, and if i did - I'm aware of that.