Skip to content

Commit a10bb6b

Browse files
committed
link to source of magick number
1 parent 43086ec commit a10bb6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Data/HashMap/Internal.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ instance NF.NFData2 Leaf where
238238
-- >>> fromInteger (-3750763034362895579) :: Word64
239239

240240
#if MIN_VERSION_hashable(1,3,1)
241+
-- fnv constant: https://github.com/haskell-unordered-containers/hashable/blame/c0cd4aa5238a2424d602719da9db69cc01bd17bb/src/Data/Hashable/Class.hs#L207
241242
type DefaultSalt = 14695981039346656037 -- fromInteger (-3750763034362895579) :: Word64
242243
#else
243244
type DefaultSalt = 15868100553162883236 -- old values https://github.com/haskell-unordered-containers/hashable/blame/ade7f97d1c59e9cfbad49b6ed130b90805311758/Data/Hashable/Class.hs#L202

0 commit comments

Comments
 (0)