Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ea8688fb6065da1f967168eab46029ef7be84407 >--------------------------------------------------------------- commit ea8688fb6065da1f967168eab46029ef7be84407 Author: Milan Straka <[email protected]> Date: Tue Apr 24 16:45:45 2012 +0200 Factor Data.Set into Data.Set.Base and Data.Set. Similarly to Map and IntMap, the whole functionality is in Data.Set.Base. The Data.Set module just reexports methods from Data.Set. The only difference between Data.Set.Base and Data.Set is that Data.Set.Base exports the constructors of Set data type. This will be used in Map to define efficient versions of keysSet and fromSet. Data/Set.hs | 1269 +----------------------------------------- Data/{Set.hs => Set/Base.hs} | 25 +- containers.cabal | 1 + 3 files changed, 11 insertions(+), 1284 deletions(-) Diff suppressed because of size. To see it, use: git show ea8688fb6065da1f967168eab46029ef7be84407 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
