sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
cmt
files.
type t = cmt
The type for cmt
files.
val read : Fpath.t -> (cmt, [ `Msg of string ]) Pervasives.result
read f
reads a cmt
file from f
.
val name : cmt -> string
name cmt
is the name of the module interface.
cmi_digest cmt
is the digest of the module interface of the implementation.
cmi_deps cmt
is the list of imported module interfaces names with their digest, if known.