module Binary_cache: sig
.. end
Very low-level abstract functorial caches. Do not use them unless
you understand what happens in this module, and do not forget that
those caches are not aware of projects.
: string
val cache_size : int
Size of the caches. Controlled by environment variable
memory_footprint_var_name
.
module type Cacheable = sig
.. end
module type Result = sig
.. end
module Make_Symmetric:
module Make_Asymmetric:
module Make_Binary:
module Make_Symmetric_Binary:
module Make_Het1_1_4: