8 Oct
2001
8 Oct
'01
9 a.m.
Who would tell, please, what is the real difference between :load and :add in ghci-5.02 ?
There is a set of current target modules, call that set S. Then: :load M1..Mn ===> S := { M1..Mn } :add M1..Mn ===> S := S u { M1..Mn } In addition, :load unloads all currently loaded modules. Both commands initiate a reload starting from the target modules. Cheers, Simon
8798
Age (days ago)
8798
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Marlow