Module Record.Field

module Field: sig .. end

type ('a, 's) t 
A field of type 'a within a 's layout.
val name : ('a, 's) t -> string
Get the name of the field (as passed to field).
val ftype : ('a, 's) t -> 'a Record.Type.t
Get the type of the field (as passed to field).