package ppx_derive_at_runtime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('variant, 'cons) t = {
  1. name : Base.string;
  2. args : 'cons Args.t;
  3. attribute : ('variant, 'cons) Value.constructor_attribute Base.option;
  4. create : 'cons -> 'variant;
}
OCaml

Innovation. Community. Security.