Module Odoc_parser__.Reference
module Error = Odoc_model.Errormodule Location_ = Odoc_model.Location_module Paths = Odoc_model.Pathsval parse : Error.warning_accumulator -> Location_.span -> string -> (Paths.Reference.t, Error.t) Result.resultval read_path_longident : Location_.span -> string -> (Paths.Path.Module.t, Error.t) Result.resultval read_mod_longident : Error.warning_accumulator -> Location_.span -> string -> (Paths.Reference.Module.t, Error.t) Result.result