X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Futils.xml;h=6c82f6b38a56a2de9def35e9459435480b4de4f3;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hp=da8e1849833279d09ce5cc15e857322469bf217e;hpb=b9de29ac3fbf5192049a0bcaf1ab0c8bbbd57a83;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/utils.xml b/ghc/docs/users_guide/utils.xml index da8e184..6c82f6b 100644 --- a/ghc/docs/users_guide/utils.xml +++ b/ghc/docs/users_guide/utils.xml @@ -6,7 +6,7 @@ This section describes other program(s) which we distribute, that help with the Great Haskell Programming Task. - + Ctags and Etags for Haskell: <command>hasktags</command> @@ -34,7 +34,7 @@ find -name \*.\*hs | xargs hasktags This will find all haskell source files in the current directory and below, and create tags files indexing them in the current directory. hasktags is a simple program that uses simple - parsing rules to find definitions of functions, constructors, and types. It isn't guranteed to find everything, and will sometimes create false index entries, but it usually gets the job done fairly well. In particular, at present, functions are only indexed if a type signature is given for them. + parsing rules to find definitions of functions, constructors, and types. It isn't guaranteed to find everything, and will sometimes create false index entries, but it usually gets the job done fairly well. In particular, at present, functions are only indexed if a type signature is given for them. Before hasktags, there used to be fptags and hstags, which did essentially the same job, however neither of these seem to be maintained any more. @@ -547,7 +547,7 @@ tags: source. They are useful for making a #let-like macro whose expansion uses other #let macros. Plain #let prepends hsc_ - to the macro name and wraps the defininition in a + to the macro name and wraps the definition in a printf call.