sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Names
This is an abstraction of the names that can appear in parsed files. Names are basically a slightly more structured representation of the strings used to refer to symbols in input files.
val hash : t -> int
val print : Stdlib.Format.formatter -> t -> unit
Printing function.
val simple : string -> t
Create a simple/regular name.
val indexed : string -> string list -> t
Create an indexed name.
val qualified : string list -> string -> t
Create a qualified name.