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
Internal implementation detail of the hash map
Equations
- Std.Internal.List.keys [] = []
- Std.Internal.List.keys (⟨k, snd⟩ :: l) = k :: Std.Internal.List.keys l
Instances For
Internal implementation detail of the hash map
Equations
- Std.Internal.List.values [] = []
- Std.Internal.List.values (⟨fst, v⟩ :: l) = v :: Std.Internal.List.values l