19 Oct
2007
19 Oct
'07
5:48 p.m.
Ketil Malde wrote:
"Claus Reinke"
writes: Incedentally, this reminds me that GHC should have a warning for not using explicit import lists (perhaps only for external package imports).
for package-level imports/exports, that sounds useful.
Isn't there a secret key combination in haskell-mode for Emacs that populates the import lists automatically?
No emacs command that I know of, but GHC has the -ddump-minimal-imports flag. Cheers, Simon