package ppx_derive_at_runtime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t

The type being derived.

type 'a attribute

Attributes placed on a type 'a.

type ('record, 'label) label_attribute

Attributes placed on a label of type 'label of a record of type 'record.

type ('variant, 'cons) constructor_attribute

Attributes placed on a constructor of type 'cons of a variant of type 'variant. The type 'cons depends on the arguments of the variant constructor; see Types.Variant, below.

type ('poly_variant, 'row) row_attribute

Attributes placed on a row of type 'row of a polymorphic variant of type 'poly_variant.

OCaml

Innovation. Community. Security.