package ppx_derive_at_runtime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('record, 'label) t = {
  1. name : Base.string;
  2. value : 'label Value.t;
  3. attribute : ('record, 'label) Value.label_attribute Base.option;
  4. access : 'record -> 'label;
}
OCaml

Innovation. Community. Security.