X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fghci.xml;h=c2bceeae4c06d30690b4012b2c10885949b576f1;hb=f61baf76c9fa20aa972938384887bcb52151e76f;hp=6e54ace77898c915a4d9acce5138bfc36f909524;hpb=df47ef3b970bc9ff1ba4935262ebc6f5fdd0334d;p=ghc-hetmet.git diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 6e54ace..c2bceea 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -589,10 +589,12 @@ hello Prelude IO> - (Note: you can use import M as an - alternative to :module +M, and + (Note: you can use conventional + haskell import syntax as + well, but this does not support + * forms). :module can also be shortened to - :m). The full syntax of the + :m. The full syntax of the :module command is: @@ -2937,7 +2939,6 @@ Prelude> :set -fno-glasgow-exts