sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Functor building an implementation of the env structure given a totally-ordered, showable type.
module Ord : Utility.OrderedShow
type name = Ord.t
The type of names.
val pp :
(Ppx_deriving_runtime.Format.formatter -> 'a -> Ppx_deriving_runtime.unit) ->
Ppx_deriving_runtime.Format.formatter ->
'a t ->
Ppx_deriving_runtime.unit
val show :
(Ppx_deriving_runtime.Format.formatter -> 'a -> Ppx_deriving_runtime.unit) ->
'a t ->
Ppx_deriving_runtime.string
val empty : 'a t
The empty environment.
Extend an environment with another. Bindings from the right shadow bindings from the left.
Look up a name in an environment. Raise NotFound name
if the name is not present.
Look up a name in an environment. Return None
if the name is not present.
module Dom = Utility.Set.Make(Ord)
Sets of names.
val range : 'a t -> 'a list
The range of an environment