package ppx_derive_at_runtime

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

Defines how to derive a sample list using ppx_derive_at_runtime.

This is an example of an _extensional_ derivation: only the contents of a type matter, not syntactic details like constructor names, or whether a product type is represented as a tuple or as a record.

Internally, it is implemented with Ppx_derive_at_runtime_lib.Of_basic.

type 'a t = 'a Base.list
module Export : sig ... end

Derives t. Attributes are not supported.

include Ppx_derive_at_runtime_lib.S_with_basic_attribute with type 'a t := 'a t and type _ attribute := Base.Nothing.t
module Derive : sig ... end
OCaml

Innovation. Community. Security.