Module Ppx_hash_lib.F

The functor is exposed to make it possible to use ppx_hash with alternative hash types without having to duplicate these definitions.

Parameters

module Types : sig ... end

Signature

type ('a : any) hash_fold = Types.hash_state -> 'a -> Types.hash_state
module Hashable : sig ... end