package ppx_typed_fields

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('t1, 'a) t
type 't1 derived_on
val name : (_, _) t -> Base.string
val path : (_, _) t -> Base.string Base.list
val __ord : (_, _) t -> Base.int Base.list
module Type_ids (T : Base.T) : sig ... end

The name of the field, e.g. "rgb" from the example at the top of the page.

module Packed : sig ... end

Packed is useful for making collections of 'a t's with different 'a's.