X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2F6.6-notes.xml;h=31ad8139c562f891d64fea6a59d2f410b328f6b4;hb=843a94574e7f25fc6156dd3786a9bd961c3f861d;hp=aaf8ddd6871aae57dd72244691ef32e53afe62fe;hpb=c7e51f58e4c09b4d0df94faaa1e59cd96736c4bb;p=ghc-hetmet.git diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index aaf8ddd..31ad813 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -62,6 +62,11 @@ ignored in comments, so ASCII code with comments in, for example, Latin-1 will also work. + + + A way to have Latin-1 source files pre-processed by GHC is + described in . + @@ -390,6 +395,14 @@ + GHCi now has an :edit command which pops + up an editor on the most recently loaded file, or a + specified file. See for + more information. + + + + GHCi now invokes print by default on the result of IO actions and bindings at the prompt. This is occasionally not what you want, so it can be disabled (at