[commit: containers] master: Do not export foldrBits for testing. (4ba5d57)
Ian Lynagh
igloo at earth.li
Thu Feb 23 01:13:48 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4ba5d5717ab05ed73ead4009a5e1a1c24e6899b5
>---------------------------------------------------------------
commit 4ba5d5717ab05ed73ead4009a5e1a1c24e6899b5
Author: Milan Straka <fox at ucw.cz>
Date: Wed Nov 16 19:03:43 2011 +0100
Do not export foldrBits for testing.
It is not being used while testing.
>---------------------------------------------------------------
Data/IntSet.hs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Data/IntSet.hs b/Data/IntSet.hs
index 564e416..581a15a 100644
--- a/Data/IntSet.hs
+++ b/Data/IntSet.hs
@@ -56,7 +56,6 @@ module Data.IntSet (
IntSet -- instance Eq,Show
#else
IntSet(..) -- instance Eq,Show
- , foldrBits
#endif
-- * Operators
More information about the Cvs-libraries
mailing list