X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fghci.xml;h=3ba2012eee34a086f7cd4ac1cb7fa227c7f6c1a5;hb=0093a2827f6b4007c4fcb298a559c9b7dd17aec1;hp=e7bd8c21b7ae7bdd19424c74867fe76285591b23;hpb=e71c0818e3c5d7b0f8a681f887b6ee00532948a9;p=ghc-hetmet.git diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index e7bd8c2..3ba2012 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -393,9 +393,9 @@ Prelude> Show - The automatic printing of binding results can be supressed with + The automatic printing of binding results can be suppressed with (this does not - supress printing the result of non-binding statements). + suppress printing the result of non-binding statements). . You might want to do this to prevent the result of binding statements from being fully evaluated by the act of printing @@ -1133,7 +1133,7 @@ _result :: IO () The command :step expr begins the evaluation of expr in single-stepping mode. If - expr is ommitted, then it single-steps from + expr is omitted, then it single-steps from the current breakpoint. :stepover works similarly. @@ -1760,7 +1760,7 @@ $ ghci -lm Generates a “tags” file for Vi-style editors (:ctags) or Emacs-style editors (:etags). If - no filename is specified, the defaulit tags or + no filename is specified, the default tags or TAGS is used, respectively. Tags for all the functions, constructors and types in the currently loaded modules are created. All modules must