Module InferBase__Multilinks
module L = InferBase.Loggingval add : t -> string -> unitAdd a link.
val create : unit -> tCreate a new multilink.
val multilink_file_name : stringName of the multilink file. A multilink file is recognized by its file name.
val read : dir:string -> t optionRead a multilink file from disk.
val resolve : InferBase.DB.filename -> InferBase.DB.filenameResolve a filename following multilinks. The cache is updated if a new multilinks file is read.
val write : t -> dir:string -> unitWrite a multilink file in the given directory