module Sigma: sig .. end
sig
end
module Make: functor (C : Memory.Chunk) -> functor (H : Qed.Collection.S with type t = C.t) -> sig .. end
functor (
C
:
Memory.Chunk
) ->
H
Qed.Collection.S
with type t = C.t