package ppx_derive_at_runtime

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

The type being derived.

type 'a attribute = Ignore.t

Attributes placed on a type 'a.

type (_, 'a) label_attribute = Ignore.t

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

type (_, 'a) constructor_attribute = Ignore.t

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 (_, 'a) row_attribute = Ignore.t

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

OCaml

Innovation. Community. Security.