sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Key generators
Keys are the main programming tools used for implementing extensible types (sem, value, dom, pexp, ...)
module type Registry = sig ... end
module type NamedType = sig ... end
module type Key = sig ... end
Key with arity 1
module type NamedType2 = sig ... end
module type Registry2 = sig ... end
module type Key2 = sig ... end
Key with arity 2