Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bc0bcca

Browse files
Export Key from IntMap.Internal, IntSet.Internal (#1113)
These two exports were removed in 8562003 but there is no strong reason to do so. They remain exported from IntMap.Strict.Internal and the non-internal modules.
1 parent cd4bc05 commit bc0bcca

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

‎containers/src/Data/IntMap/Internal.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
module Data.IntMap.Internal (
6868
-- * Map type
6969
IntMap(..) -- instance Eq,Show
70+
, Key
7071

7172
-- * Operators
7273
, (!), (!?), (\\)

‎containers/src/Data/IntMap/Lazy.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,4 @@ module Data.IntMap.Lazy (
260260
, maxViewWithKey
261261
) where
262262

263-
import Data.IntSet.Internal.IntTreeCommons (Key)
264263
import Data.IntMap.Internal as IM

‎containers/src/Data/IntSet.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,4 @@ module Data.IntSet (
182182
, showTreeWith
183183
) where
184184

185-
import Data.IntSet.Internal.IntTreeCommons (Key)
186185
import Data.IntSet.Internal as IS

‎containers/src/Data/IntSet/Internal.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
module Data.IntSet.Internal (
9494
-- * Set type
9595
IntSet(..) -- instance Eq,Show
96+
, Key
9697
, BitMap
9798

9899
-- * Operators

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /