Source file ppx_hash_lib.ml

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