sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module S : sig ... end
type 'a data = 'a S.data
val register : 'a data -> unit
val check_is_registered : 'a t -> unit
val print : 'a t -> 'a Containers.Format.printer
val iter_initialized : unit iter_initialized -> unit
val fold_initialized : (unit, 'c) fold_initialized -> 'c -> 'c
exception UnregisteredKey : 'a t -> exn
the key shouldn't be used before its registration and shouldn't be registered again
exception AlreadyRegisteredKey : 'a t -> exn