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