From 1c5e89eda88dc79061ec885ccf21eed55c7d7440 Mon Sep 17 00:00:00 2001 From: Daniel Fischer Date: Mon, 30 May 2011 11:16:15 +0200 Subject: [PATCH] glasgow_exts.xml whitespace --- docs/users_guide/glasgow_exts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 1.7.10.4