[Haskell-cafe] Re: Using haskell with emacs

Jeff Polakow jeff.polakow at db.com
Wed Aug 8 15:01:46 EDT 2007


Hello,

> :r is also *much* faster in general; :l reloads all modules from
> scratch, while :r only reloads the modules that have changed.
> 
:r also doesn't seem check the import declarations for changes. For 
example, if I add a new import statement to my file, without adding code 
which uses the new import, :r will not cause the newly imported things to 
be in scope, but :l will. BTW this is for GHCi 6.6.1, though I think older 
versions had the same behavior.

-Jeff


---

This e-mail may contain confidential and/or privileged information. If you 
are not the intended recipient (or have received this e-mail in error) 
please notify the sender immediately and destroy this e-mail. Any 
unauthorized copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20070808/1971c85c/attachment.htm


More information about the Haskell-Cafe mailing list