module Buckx: sig .. end
sig
end
module MemoryFootprint: Computation.REF_OUTPUT with type data = int
Computation.REF_OUTPUT
with type data = int
module type WeakHashable = sig .. end
module type S = sig .. end
module MakeBig: functor (H : WeakHashable) -> S with type data = H.t
functor (
H
:
WeakHashable
) ->
S
with type data = H.t