We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c828e1d commit b11af0eCopy full SHA for b11af0e
Data/HashMap/Base.hs
@@ -167,6 +167,7 @@ type role HashMapInner nominal representational
167
-- | A wrapper over 'HashMapInner'. The 'Int' field represent the hashmap's
168
-- size.
169
data HashMap k v = HashMap {-# UNPACK #-} !Int !(HashMapInner k v)
170
+ deriving Typeable
171
172
instance (NFData k, NFData v) => NFData (HashMapInner k v) where
173
rnf Empty = ()
0 commit comments