
3 Feb
2017
3 Feb
'17
4:50 p.m.
On 2017-02-02 07:50 PM, Dennis Raddle wrote:
I want to use ghci to interpret parts of my program, and I would like it to pick up pre-compiled object files to speed things up in other parts. Right now whenever I launch ghci it seems to "compile" everything (I think to byte code).. what can I do?
Read the GHC Users Guide section 5.3 "loading compiled code". The GHC Users Guide comes with GHC and is somewhere on your hard disk.