Module Assemblage.Private.Part

module Part: sig .. end
Parts.


Part


include Assemblage.Part
val args : [< Assemblage.part_kind ] Assemblage.part -> Assemblage.Private.Args.t
args p is p's user defined argument bundle.
val ctx : [< Assemblage.part_kind ] Assemblage.part -> Assemblage.Ctx.t
ctx p is a context that describes p using part context elements.
val deps : [< Assemblage.part_kind ] Assemblage.part ->
Assemblage.Private.Conf.Key.Set.t
deps a is the set of configuration keys which may be needed for evaluating a.