merlin-lib.ocaml_parsing
Unit_info.Artifact
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
merlin-lib.index_format
merlin-lib.kernel
merlin-lib.ocaml_compression
merlin-lib.ocaml_merlin_specific
merlin-lib.ocaml_preprocess
merlin-lib.ocaml_typing
merlin-lib.ocaml_utils
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.sherlodoc
merlin-lib.utils
type t
Metadata for a single compilation artifact:
val source_file : t -> filename option
source_file a is the source file of a if it exists.
source_file a
a
val prefix : t -> file_prefix
prefix a is the filename prefix of the compilation artifact.
prefix a
val filename : t -> filename
filename u is the filesystem path for a compilation artifact.
filename u
val modname : t -> modname
modname a is the module name of the compilation artifact.
modname a
val from_filename : filename -> t
from_filename filename reconstructs the module name modname_from_source filename associated to the artifact filename.
from_filename filename
modname_from_source filename
filename