[project @ 2002-02-08 08:42:05 by simonpj]
authorsimonpj <unknown>
Fri, 8 Feb 2002 08:42:05 +0000 (08:42 +0000)
committersimonpj <unknown>
Fri, 8 Feb 2002 08:42:05 +0000 (08:42 +0000)
Improve wording slightly

ghc/docs/users_guide/primitives.sgml

index 9f2a3e3..10f4323 100644 (file)
@@ -4,8 +4,9 @@
   <title>Unboxed types and primitive operations</title>
   <indexterm><primary>PrelGHC module</primary></indexterm>
 
-  <para>This module defines all the types which are primitive in
-  Glasgow Haskell, and the operations provided for them.</para>
+  <para>This chapter defines all the types which are primitive in
+  Glasgow Haskell, and the operations provided for them. You bring
+  them into scope by importing module <literal>PrelGHC</literal>.</para>
 
   <para>Note: while you really can use this stuff to write fast code,
   we generally find it a lot less painful, and more satisfying in the