Module Inst.Value_dependencySource

module Value = Runtime.Value
Sourceval make_deriving : cache_on:(unit -> unit) -> cache_off:(unit -> unit) -> (module Handler.HANDLER) * (unit -> Dep.Graph.t)
Sourceval make_non_deriving : unit -> (module Handler.HANDLER) * (unit -> Dep.Graph.t)
Sourceval make : derive:bool -> cache_on:(unit -> unit) -> cache_off:(unit -> unit) -> (module Handler.HANDLER) * (unit -> Dep.Graph.t)