From a067075edea25ea2a08c3f3aa858ebc2b317a77d Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 8 Feb 2002 08:42:05 +0000 Subject: [PATCH] [project @ 2002-02-08 08:42:05 by simonpj] Improve wording slightly --- ghc/docs/users_guide/primitives.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.10.4