From: simonmar Date: Mon, 27 Aug 2001 11:45:23 +0000 (+0000) Subject: [project @ 2001-08-27 11:45:23 by simonmar] X-Git-Tag: Approximately_9120_patches~1074 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=277cd58374ee122c3ae4dc7d99a10971facaf830 [project @ 2001-08-27 11:45:23 by simonmar] foldr is a good consumer (but not necessarily a good producer) --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 084eacf..5c80925 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -3011,14 +3011,14 @@ The following are good producers: ++ - + map - + filter @@ -3068,8 +3068,14 @@ The following are good consumers: ++ (on its first argument) + + + foldr + + + map