sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
mli
files.
type t = mli
The type for mli files.
val read : Fpath.t -> (mli, [ `Msg of string ]) Pervasives.result
read f
reads an mli
file from f
.
Warning. Does only check the file exists, not that it is syntactically correct.
val name : mli -> string
name mli
is the name of the module interface.