module Make_Het: functor (H1 : Cacheable) -> functor (H2 : Cacheable) -> functor (R : Result) -> sig .. end
functor (
H1
:
Cacheable
) ->
H2
R
Result
sig
end
val clear : unit -> unit
unit -> unit
val merge : (unit -> R.t) -> H1.t -> H2.t -> R.t
(unit -> R.t) -> H1.t -> H2.t -> R.t