Hashed_list.Makemodule A : SetMap.OrderedTypetype elt = A.tval int_of_hashed_list : hashed_list -> intval compare : hashed_list -> hashed_list -> intval init : unit -> cacheval hash : cache -> elt list -> cache * hashed_listval cons : cache -> elt -> hashed_list -> cache * hashed_listval empty : hashed_listval print : Stdlib.Format.formatter -> hashed_list -> unitval print_cache : Stdlib.Format.formatter -> cache -> unit