package ppx_derive_at_runtime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type (_, _) t =
  1. | Empty : {
    1. name : Base.string;
    2. attribute : ('poly_variant, Base.unit) Value.row_attribute Base.option;
    } -> ('poly_variant, Base.unit) t
  2. | Value : {
    1. name : Base.string;
    2. attribute : ('poly_variant, 'row) Value.row_attribute Base.option;
    3. value : 'row Value.t;
    } -> ('poly_variant, 'row) t
  3. | Inherited : 'a Value.t -> ('poly_variant, 'a) t
OCaml

Innovation. Community. Security.