[Haskell-cafe] Throwback of inferred types

Miguel Mitrofanov miguelimo38 at yandex.ru
Sun Jan 20 17:34:23 EST 2008


>> 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.


More information about the Haskell-Cafe mailing list