X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fglasgow_exts.xml;h=f44bf7968af8d53f3690be8c027f034a90e3f289;hb=98fe4dcf037472ec18db71f5ad9dab2110aa4cd9;hp=2490855393030fb4540b5dfa24052296cc2fc795;hpb=9c2dfd97d008c04c2f86a4a58fa7c3c956f7bedc;p=ghc-hetmet.git 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 );