Module Odoc_xref_test.CommonSource

Sourceval cmti_of_string : string -> Typedtree.signature
Sourceval cmt_of_string : string -> Typedtree.implementation
Sourceval root_of_compilation_unit : package:'a -> hidden:bool -> module_name:string -> digest:Digest.t -> (Odoc_model.Root.t, 'b) Result.result
Sourceval root_pp : Format.formatter -> Odoc_model.Root.t -> unit
Sourceval signature_of_mli_string : string -> Odoc_model.Lang.Signature.t
Sourceval string_of_file : string -> string
Sourceval file_of_string : filename:string -> string -> unit
Sourceval list_files : string -> string list
Sourceval 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
module Ident = Ident
Sourcemodule LangUtils : sig ... end
Sourceval mkresolver : unit -> Odoc_odoc.Resolver.t
Sourceval handle_warnings : 'a Odoc_model.Error.with_warnings -> 'a
Sourceval resolve_from_string : string -> Odoc_model.Lang.Compilation_unit.t
Sourceval compile_mli : string -> Odoc_model.Lang.Signature.t