module Ml:sig
..end
ml
files.typet =
Odig.Cobj.ml
val read : Fpath.t -> (Odig.Cobj.ml, [ `Msg of string ]) Pervasives.result
read f
reads an ml
file from f
.
Warning. Does only check the file exists, not that it is
syntactically correct.
val name : Odig.Cobj.ml -> string
name ml
is the name of the module interface.val path : Odig.Cobj.ml -> Fpath.t
path ml
is the file path to the ml file.