Documentation

Std.Data.DHashMap.Internal.List.Defs

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

def Std.DHashMap.Internal.List.keys {α : Type u} {β : αType v} :
List ((a : α) × β a)List α

Internal implementation detail of the hash map

Equations
Instances For
    structure Std.DHashMap.Internal.List.DistinctKeys {α : Type u} {β : αType v} [BEq α] (l : List ((a : α) × β a)) :

    Internal implementation detail of the hash map

    Instances For
      theorem Std.DHashMap.Internal.List.DistinctKeys.distinct {α : Type u} {β : αType v} [BEq α] {l : List ((a : α) × β a)} (self : Std.DHashMap.Internal.List.DistinctKeys l) :

      Internal implementation detail of the hash map

      def Std.DHashMap.Internal.List.values {α : Type u} {β : Type v} :
      List ((_ : α) × β)List β

      Internal implementation detail of the hash map

      Equations
      Instances For