add take to the list of functions deforestable
authorSimon Marlow <simonmar@microsoft.com>
Tue, 11 Apr 2006 09:01:31 +0000 (09:01 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 11 Apr 2006 09:01:31 +0000 (09:01 +0000)
docs/users_guide/glasgow_exts.xml

index beaaad6..dd410c8 100644 (file)
@@ -5669,7 +5669,7 @@ The following are good producers:
 
 <listitem>
 <para>
- <function>filter</function>
+<function>take</function>, <function>filter</function>
 </para>
 </listitem>
 <listitem>
@@ -5732,7 +5732,7 @@ The following are good consumers:
 <listitem>
 
 <para>
- <function>filter</function>
+<function>take</function>, <function>filter</function>
 </para>
 </listitem>
 <listitem>