This is an internal implementation file of the hash map. Users of the hash map should not rely on the contents of this file.
File contents: definitions on lists needed to state the well-formedness predicate
structure
Std.DHashMap.Internal.List.DistinctKeys
{α : Type u}
{β : α → Type v}
[BEq α]
(l : List ((a : α) × β a))
:
Internal implementation detail of the hash map
Internal implementation detail of the hash map