From: simonpj Date: Fri, 8 Feb 2002 08:42:05 +0000 (+0000) Subject: [project @ 2002-02-08 08:42:05 by simonpj] X-Git-Tag: Approximately_9120_patches~119 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a067075edea25ea2a08c3f3aa858ebc2b317a77d;p=ghc-hetmet.git [project @ 2002-02-08 08:42:05 by simonpj] Improve wording slightly --- diff --git a/ghc/docs/users_guide/primitives.sgml b/ghc/docs/users_guide/primitives.sgml index 9f2a3e3..10f4323 100644 --- a/ghc/docs/users_guide/primitives.sgml +++ b/ghc/docs/users_guide/primitives.sgml @@ -4,8 +4,9 @@ Unboxed types and primitive operations PrelGHC module - This module defines all the types which are primitive in - Glasgow Haskell, and the operations provided for them. + 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 PrelGHC. 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