package records

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 Type.t

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