Module Qed.CacheSource

Sourcemodule type S = sig ... end
Sourcemodule type Cache = sig ... end
Sourcemodule Unary (A : S) : Cache with type 'a value = A.t -> 'a
Sourcemodule Binary (A : S) : Cache with type 'a value = A.t -> A.t -> 'a