sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Abtract away the OCaml's Toploop API.
val add_inc : Fpath.t -> (unit, [ `Msg of string ]) Pervasives.result
add_inc dir
add dir
to the include path.
val rem_inc : Fpath.t -> (unit, [ `Msg of string ]) Pervasives.result
rem_inc dir
remove dir
from the include path.
val load_ml : Fpath.t -> (unit, [ `Msg of string ]) Pervasives.result
load_ml ml
loads the source ml
file.
val load_obj : Fpath.t -> (unit, [ `Msg of string ]) Pervasives.result
load_obj obj
loads the cma
or cmo
file obj
.