You can search for identifiers within the package.
in-package search v0.2.0
Rows as field name to Field.t maps.
Field.t
type t = Field.t StringMap.t
The type of database rows.
val build : int -> (int -> Field.t) -> t
build n f creates a row of n fields built by the results of f 0, f 1, ..., f (n-1).
build n f
n
f 0
f 1
f (n-1)