From be1a3edee6f556ac60bcfa7de5c514cd9d97fa0a Mon Sep 17 00:00:00 2001
From: Joachim Breitner <mail@joachim-breitner.de>
Date: Thu, 1 Dec 2011 22:31:05 +0100
Subject: [PATCH] Documentation update: Enumerations of Integers are subject
to list fusion.
---
docs/users_guide/glasgow_exts.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 96685bc..4cb7258 100644
|
a
|
b
|
|
| 9189 | 9189 | <listitem> |
| 9190 | 9190 | |
| 9191 | 9191 | <para> |
| 9192 | | Enumerations of <literal>Int</literal> and <literal>Char</literal> (e.g. <literal>['a'..'z']</literal>). |
| | 9192 | Enumerations of <literal>Int</literal>, <literal>Integer</literal> and <literal>Char</literal> (e.g. <literal>['a'..'z']</literal>). |
| 9193 | 9193 | </para> |
| 9194 | 9194 | </listitem> |
| 9195 | 9195 | <listitem> |