[commit: containers] master: Factor Data.Set into Data.Set.Base and Data.Set. (ea8688f)

Paolo Capriotti <[email protected]>
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.