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