Functor Binary_cache.Arity_Three

module Arity_Three: 
functor (H0 : Cacheable) ->
functor (H1 : Cacheable) ->
functor (H2 : Cacheable) ->
functor (R : Result) -> sig .. end
Parameters:
H0 : Cacheable
H1 : Cacheable
H2 : Cacheable
R : Result

val clear : unit -> unit
val merge : (H0.t -> H1.t -> H2.t -> R.t) -> H0.t -> H1.t -> H2.t -> R.t