Module type Binary_cache.Cacheable

module type Cacheable = sig .. end

type t 
val hash : t -> int
val sentinel : t
val equal : t -> t -> bool