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