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