module Fix: sig .. end
sig
end
module type IMPERATIVE_MAPS = sig .. end
module type PROPERTY = sig .. end
module Make: functor (M : IMPERATIVE_MAPS) -> functor (P : PROPERTY) -> sig .. end
functor (
M
:
IMPERATIVE_MAPS
) ->
P
PROPERTY