module Buckx: sig .. end
sig
end
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