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