package records

  1. Overview
  2. Docs
type ('a, 's) t = ('a, 's) field

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

val name : ('a, 's) field -> string

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

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

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

OCaml

Innovation. Community. Security.