In Prelude,
> :load foo.hs
> -- before edit
> :edit foo.hs
... Edit and save file
> -- But before edit
> :load foo.hs
> -- Then after edit
How can I load automatically after edit and save it?
Or is this bad thinking?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Upgrade to GHC 7.4.2, where reload automatic is after edit (Trac #5343).
BTW: you can reload current file with
:r.