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