Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/124bad841018d17f36b1d9dd136fb30ce30a2c2d >--------------------------------------------------------------- commit 124bad841018d17f36b1d9dd136fb30ce30a2c2d Author: Ian Lynagh <[email protected]> Date: Sat Nov 26 21:43:42 2011 +0000 Don't list sortBy as a good consumer; fixes trac #5473 >--------------------------------------------------------------- docs/users_guide/glasgow_exts.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 9f8337d..96685bc 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -9328,12 +9328,6 @@ will fuse with one but not the other) <function>msum</function> </para> </listitem> -<listitem> - -<para> - <function>sortBy</function> -</para> -</listitem> </itemizedlist> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
