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