Odoc_xref_test.Commonval parent :
[> `Page of
Odoc_model.Paths.Identifier.ContainerPage.t option
* Odoc_model.Names.PageName.t ]
Odoc_model.Paths.Identifier.idval id :
[> `Root of
Odoc_model.Paths.Identifier.ContainerPage.t option
* Odoc_model.Names.ModuleName.t ]
Odoc_model.Paths.Identifier.idval root_of_compilation_unit :
package:'a ->
hidden:bool ->
module_name:string ->
digest:Digest.t ->
(Odoc_model.Root.t, 'b) Result.resultval root : Odoc_model.Root.tval root_identifier :
[> `Identifier of
[> `Root of
Odoc_model.Paths.Identifier.ContainerPage.t option
* Odoc_model.Names.ModuleName.t ]
Odoc_model.Paths.Identifier.id ]val root_module :
string ->
[> `Module of
Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t ]
Odoc_model.Paths.Identifier.idval root_pp : Format.formatter -> Odoc_model.Root.t -> unitval model_of_string :
string ->
Odoc_model.Paths.Identifier.RootModule.t
* Odoc_model.Lang.Signature.t
* Odoc_model.Paths.Path.Module.t optionval model_of_string_impl :
string ->
Odoc_model.Paths.Identifier.RootModule.t
* Odoc_model.Lang.Signature.t
* Odoc_model.Paths.Path.Module.t optionval signature_of_mli_string : string -> Odoc_model.Lang.Signature.tval load_cmti :
string ->
parent:Odoc_model.Paths.Identifier.ContainerPage.t option ->
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_warningsval load_cmt :
string ->
parent:Odoc_model.Paths.Identifier.ContainerPage.t option ->
source_id_opt:Odoc_model.Paths.Identifier.SourcePage.t option ->
(Odoc_model.Lang.Compilation_unit.t, Odoc_model.Error.t) Result.result
Odoc_model.Error.with_warningsmodule LangUtils : sig ... endval my_compilation_unit :
Odoc_model.Paths.Identifier.RootModule.t ->
Odoc_model.Lang.Signature.t ->
Odoc_model.Lang.Compilation_unit.tval mkresolver : unit -> Odoc_odoc.Resolver.tval warnings_options : Odoc_model.Error.warnings_optionsval handle_warnings : 'a Odoc_model.Error.with_warnings -> 'aval resolve :
Odoc_model.Lang.Compilation_unit.t ->
Odoc_model.Lang.Compilation_unit.tval resolve_from_string : string -> Odoc_model.Lang.Compilation_unit.tval compile_signature :
?id:Odoc_model.Paths.Identifier.Signature.t_pv Odoc_model.Paths.Identifier.id ->
Odoc_model.Lang.Signature.t ->
Odoc_model.Lang.Signature.tval compile_mli : string -> Odoc_model.Lang.Signature.t