Module Fix.Make

Parameters

module M : sig ... end
module P : sig ... end

Signature

type variable = M.key
type property = P.property
type valuation = variable -> property
type rhs = valuation -> property
type equations = variable -> rhs
val lfp : equations -> valuation