sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
This functor lets you describe the type of Sets a little more concisely.
let names : Set.Of(String).t =
Set.from_list (module String) ["Andrew"; "Tina"]
Is the same as
let names : (string, String.identity) Set.t =
Set.from_list (module String) ["Andrew"; "Tina"]
module M : sig ... end
type nonrec t = (M.t, M.identity) t