package records

  1. Overview
  2. Docs

Module Record.FieldSource

Sourcetype ('a, 's) t

A field of type 'a within a 's layout.

Sourceval name : ('a, 's) t -> string

Get the name of the field (as passed to field).

Sourceval ftype : ('a, 's) t -> 'a Type.t

Get the type of the field (as passed to field).