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