Source file ppx_hash_lib.ml

1
2
3
4
5
6
(** This module is for use by ppx_hash, and is thus not in the interface of Base. *)
module Std = struct

  (** @canonical Base.Hash *)
  module Hash = Hash
end