You can search for identifiers within the package.
in-package search v0.2.0
records
Record.Field
type ('a, 's) t = ('a, 's) field
A field of type 'a within a 's layout.
'a
's layout
val name : ('a, 's) field -> string
Get the name of the field (as passed to field).
field
val ftype : ('a, 's) field -> 'a Type.t
Get the type of the field (as passed to field).