Ticket #5670: 0001-Documentation-update-Enumerations-of-Integers-are-su.patch

File 0001-Documentation-update-Enumerations-of-Integers-are-su.patch, 0.9 KB (added by nomeata, 18 months ago)
  • docs/users_guide/glasgow_exts.xml

    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  
    91899189<listitem> 
    91909190 
    91919191<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>). 
    91939193</para> 
    91949194</listitem> 
    91959195<listitem>