X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fghci.xml;h=de06cb407a77e55d31a84b673b40abed8214e9e9;hb=2fed3e94049de8f31da7e0586e719d7f29398428;hp=786815d484229e39d695f6907f66963489a1292a;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 786815d..de06cb4 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -65,7 +65,7 @@ Prelude> :show bindings show the current bindings made at the prompt :ctags [<file>] create tags file for Vi (default: "tags") - :etags [<file>] create tags file for Emacs (defauilt: "TAGS") + :etags [<file>] create tags file for Emacs (default: "TAGS") :type <expr> show the type of <expr> :kind <type> show the kind of <type> :undef <cmd> undefine user-defined command :<cmd> @@ -676,7 +676,7 @@ Wed Mar 14 12:23:13 GMT 2001 - + Type defaulting in GHCi Type default Show class @@ -715,6 +715,8 @@ Wed Mar 14 12:23:13 GMT 2001 numeric, or is Show, Eq, or Ord. + The same type-default behaviour can be enabled in an ordinary Haskell + module, using the flag -fextended-default-rules.