26 Apr
2001
26 Apr
'01
2:19 p.m.
The ghc interactive ghci compiles the module by the command
:! ghc -c
Has it sense to provide a command :compile (:c),
having a meaningful name and a format similar to other commands, like say :load ?
Yes, this is another thing we'd like to do, but haven't got around to yet. (you can always define your own :compile command using :def of course, but the benefit of a built-in one would be that it could take advantage of the in-memroy interfaces rather than reading them from the disk). Cheers, Simon