From 54ecd8a2a34fc51211037cf9292f70f4b1f96f76 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 18 Jan 2001 15:19:53 +0000 Subject: [PATCH] [project @ 2001-01-18 15:19:42 by simonmar] DocBook police --- ghc/docs/users_guide/glasgow_exts.sgml | 12 +++++------- ghc/docs/users_guide/utils.sgml | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index cbe282b..3e42fab 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -184,7 +184,7 @@ Only relevant if you also use . : See . -Only relevant if you also use . +Only relevant if you also use . @@ -196,6 +196,7 @@ Independent of . + Unboxed types and primitive operations @@ -381,8 +382,8 @@ Note: we may relax some of these restrictions in the future. </Para> <Para> -The <Literal>IO</Literal> and <Literal>ST</Literal> monads use unboxed tuples to avoid unnecessary -allocation during sequences of operations. +The <Literal>IO</Literal> and <Literal>ST</Literal> monads use unboxed +tuples to avoid unnecessary allocation during sequences of operations. </Para> </Sect2> @@ -390,16 +391,14 @@ allocation during sequences of operations. <Sect2> <Title>Character and numeric types - character types, primitive numeric types, primitive integer types, primitive floating point types, primitive + There are the following obvious primitive types: - - type Char# type Int# @@ -419,7 +418,6 @@ type Word64# Double# Int64# Word64# - If you really want to know their exact equivalents in C, see diff --git a/ghc/docs/users_guide/utils.sgml b/ghc/docs/users_guide/utils.sgml index fa4491d..ef81e66 100644 --- a/ghc/docs/users_guide/utils.sgml +++ b/ghc/docs/users_guide/utils.sgml @@ -396,7 +396,7 @@ tags: or be empty) applied to the appropriate integer value. You can have multiple #enum definitions with the same type; this construct does not emit the type - definition itself. + definition itself. @@ -425,7 +425,7 @@ tags: macro whose expansion uses other #let macros. Plain #let prepends hsc_ to the macro name and wraps the defininition in a - printf call. + printf call. -- 1.7.10.4