We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49369f9 commit 4362219Copy full SHA for 4362219
src/Std/Data/ExtDHashMap/Basic.lean
@@ -69,7 +69,7 @@ def emptyWithCapacity [BEq α] [Hashable α]
69
instance [BEq α] [Hashable α] : EmptyCollection (ExtDHashMap α β) where
70
emptyCollection := emptyWithCapacity
71
72
-instance [BEq α] [Hashable α] : Inhabited (DHashMap α β) where
+instance [BEq α] [Hashable α] : Inhabited (ExtDHashMap α β) where
73
default := ∅
74
75
@[inline, inherit_doc DHashMap.insert]
0 commit comments