From: Daniel Fischer Date: Mon, 30 May 2011 09:16:15 +0000 (+0200) Subject: glasgow_exts.xml whitespace X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1c5e89eda88dc79061ec885ccf21eed55c7d7440 glasgow_exts.xml whitespace --- diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 2490855..f44bf79 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -427,7 +427,7 @@ Indeed, the bindings can even be recursive. The hash sign does not change semantics at all. We tend to use variable names ending in "#" for unboxed values or types (e.g. Int#), - 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 extension bring anything into scope. For example, to bring Int# into scope you must import GHC.Prim (see );