sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Make new registration modules instead of one global shared state.
module type MOCKUP = Registration_intf.MOCKUP
module type PROTOCOL = Registration_intf.PROTOCOL
type mockup_context = Registration_intf.t
type mockup_environment = (module MOCKUP)
val register_mockup_environment : mockup_environment -> unit
val get_registered_environments : unit -> mockup_environment list