Skip to content

Commit 2de3be2

Browse files
authored
Expose Shift from D.HM.Internal (#430)
Fixes #429
1 parent ea6de8b commit 2de3be2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Data/HashMap/Internal.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ module Data.HashMap.Internal
107107
, fromListWith
108108
, fromListWithKey
109109

110-
-- Internals used by the strict version
110+
-- ** Internals used by the strict version
111111
, Hash
112112
, Bitmap
113+
, Shift
113114
, bitmapIndexedOrFull
114115
, collision
115116
, hash

0 commit comments

Comments
 (0)