module Artifact:sig..end
type 
Metadata for a single compilation artifact:
val source_file : t -> Unit_info.filename optionsource_file a is the source file of a if it exists.
val prefix : t -> Unit_info.file_prefixprefix a is the filename prefix of the compilation artifact.
val filename : t -> Unit_info.filenamefilename u is the filesystem path for a compilation artifact.
val modname : t -> Unit_info.modnamemodname a is the module name of the compilation artifact.
val from_filename : Unit_info.filename -> tfrom_filename filename reconstructs the module name
       modname_from_source filename associated to the artifact filename.