glasgow_exts.xml whitespace
authorDaniel Fischer <daniel.is.fischer@googlemail.com>
Mon, 30 May 2011 09:16:15 +0000 (11:16 +0200)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 31 May 2011 09:52:57 +0000 (10:52 +0100)
docs/users_guide/glasgow_exts.xml

index 2490855..f44bf79 100644 (file)
@@ -427,7 +427,7 @@ Indeed, the bindings can even be recursive.
 
       <para>The hash sign does not change semantics at all.  We tend to use variable
        names ending in "&num;" for unboxed values or types (e.g. <literal>Int&num;</literal>),
-       but there is no requirement to do so; they are just plain ordinary variables.
+        but there is no requirement to do so; they are just plain ordinary variables.
        Nor does the <option>-XMagicHash</option> extension bring anything into scope.
        For example, to bring <literal>Int&num;</literal> into scope you must
        import <literal>GHC.Prim</literal> (see <xref linkend="primitives"/>);