package ppx_derive_at_runtime

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Tuple : sig ... end

GADT representation of tuples as int-named product types.

module Record : sig ... end

GADT representation of records as string-named product types.

module Variant : sig ... end

GADT representation of variants as string-named sum types.

module Poly_variant : sig ... end

GADT representation of polymorphic variants as sum types. Tagged rows have string names and inherited rows have unit names.

OCaml

Innovation. Community. Security.