[project @ 2002-03-18 09:47:35 by simonmar]
authorsimonmar <unknown>
Mon, 18 Mar 2002 09:47:35 +0000 (09:47 +0000)
committersimonmar <unknown>
Mon, 18 Mar 2002 09:47:35 +0000 (09:47 +0000)
PrelGHC ==> GHC.Prim, for what it's worth (this documentation is quite
out of date).

ghc/docs/users_guide/primitives.sgml

index a627b21..aa68d27 100644 (file)
@@ -2,11 +2,11 @@
 
 <sect1 id="primitives">
   <title>Unboxed types and primitive operations</title>
-  <indexterm><primary>PrelGHC module</primary></indexterm>
+  <indexterm><primary>GHC.Prim module</primary></indexterm>
 
   <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>
+  them into scope by importing module <literal>GHC.Prim</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
@@ -93,7 +93,7 @@ counterpart&mdash;we saw a threefold speedup on one example.
 </title>
 
 <para>
-Unboxed tuples aren't really exported by <literal>PrelGHC</literal>,
+Unboxed tuples aren't really exported by <literal>GHC.Prim</literal>,
 they're available by default with <option>-fglasgow-exts</option>.  An
 unboxed tuple looks like this:
 </para>