Module Odoc_loaderSource

Sourcetype make_root = module_name:string -> digest:Digest.t -> (Odoc_model.Root.t, [ `Msg of string ]) Result.result
Sourceval read_cmti : make_root:make_root -> parent:Odoc_model.Paths.Identifier.ContainerPage.t option -> filename:string -> source_id_opt:Odoc_model.Paths.Identifier.SourcePage.t option -> cmt_filename_opt:string option -> (Odoc_model.Lang.Compilation_unit.t, Odoc_model.Error.t) Result.result Odoc_model.Error.with_warnings