From: simonmar Date: Thu, 18 Jan 2001 15:19:53 +0000 (+0000) Subject: [project @ 2001-01-18 15:19:42 by simonmar] X-Git-Tag: Approximately_9120_patches~2854 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=54ecd8a2a34fc51211037cf9292f70f4b1f96f76;p=ghc-hetmet.git [project @ 2001-01-18 15:19:42 by simonmar] DocBook police --- 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.