module LUNVar: sig .. end
sig
end
module type S = sig .. end
module Make: functor (LU : LowerUpperNeg.S) -> functor (Var : GenVars.VAR with type img = LU.t) -> S with type elm = LU.elm and type obs = Var.obs
functor (
LU
:
LowerUpperNeg.S
) ->
Var
GenVars.VAR
with type img = LU.t
S
with type elm = LU.elm and type obs = Var.obs