section ‹\isaheader{Array Based Hash-Maps}› theory Impl_Array_Hash_Map imports Automatic_Refinement.Automatic_Refinement "../../Iterator/Array_Iterator" "../Gen/Gen_Map" "../Intf/Intf_Hash" "../Intf/Intf_Map" "../../Lib/HashCode" "../../Lib/Code_Target_ICF" "../../Lib/Diff_Array" Impl_List_Map begin subsection ‹Type definition and primitive operations› definition load_factor :: nat ― ‹in percent› where "load_factor = 75"