sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Helper module containing useful top-level types for defining Irmin backends. This module is relatively unstable.
module Store_properties : sig ... end
module Reversed_list : sig ... end
Reversed_list.t
is constructed the same way as List.t
, but needs to be reversed before it can be used as a regular list.
type read = Perms.read
type write = Perms.write
type read_write = Perms.read_write
module Option : sig ... end
module List : sig ... end
module Seq : sig ... end