ppx_hash_lib.ml
base
base.base_internalhash_types
base.caml
base.md5
base.shadow_stdlib
1 2 3 4 (** This module is for use by ppx_hash, and is thus not in the interface of Base. *) module Std = struct module Hash = Hash (** @canonical Base.Hash *) end
1 2 3 4
(** This module is for use by ppx_hash, and is thus not in the interface of Base. *) module Std = struct module Hash = Hash (** @canonical Base.Hash *) end