Skip to content

Commit

Permalink
Factor Data.Set into Data.Set.Base and Data.Set.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
foxik committed Apr 24, 2012
1 parent 083451f commit ea8688f
Show file tree
Hide file tree
Showing 3 changed files with 1,388 additions and 1,262 deletions.

0 comments on commit ea8688f

Please sign in to comment.