Odoc_xref_test.Common
val cmti_of_string : string -> Typedtree.signature
val cmt_of_string : string -> Typedtree.implementation
val parent :
[> `Page of
Odoc_model.Paths.Identifier.ContainerPage.t option
* Odoc_model.Names.PageName.t ]
Odoc_model.Paths.Identifier.id
val id :
[> `Root of
Odoc_model.Paths.Identifier.ContainerPage.t option
* Odoc_model.Names.ModuleName.t ]
Odoc_model.Paths.Identifier.id
val root_of_compilation_unit :
package:'a ->
hidden:bool ->
module_name:string ->
digest:Digest.t ->
(Odoc_model.Root.t, 'b) Result.result
val root : Odoc_model.Root.t
val 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.id
val root_pp : Format.formatter -> Odoc_model.Root.t -> unit
val model_of_string :
string ->
Odoc_model.Paths.Identifier.RootModule.t
* Odoc_model.Lang.Signature.t
* Odoc_model.Paths.Path.Module.t option
val model_of_string_impl :
string ->
Odoc_model.Paths.Identifier.RootModule.t
* Odoc_model.Lang.Signature.t
* Odoc_model.Paths.Path.Module.t option
val signature_of_mli_string : string -> Odoc_model.Lang.Signature.t
val 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_warnings
val 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_warnings
module Ident = Ident
module LangUtils : sig ... end
val my_compilation_unit :
Odoc_model.Paths.Identifier.RootModule.t ->
Odoc_model.Lang.Signature.t ->
Odoc_model.Lang.Compilation_unit.t
val mkresolver : unit -> Odoc_odoc.Resolver.t
val warnings_options : Odoc_model.Error.warnings_options
val handle_warnings : 'a Odoc_model.Error.with_warnings -> 'b
val resolve :
Odoc_model.Lang.Compilation_unit.t ->
Odoc_model.Lang.Compilation_unit.t
val resolve_from_string : string -> Odoc_model.Lang.Compilation_unit.t
val compile_signature :
?id:Odoc_model.Paths.Identifier.Signature.t_pv Odoc_model.Paths.Identifier.id ->
Odoc_model.Lang.Signature.t ->
Odoc_model.Lang.Signature.t
val compile_mli : string -> Odoc_model.Lang.Signature.t