package ppx_typerep_conv

  1. Overview
  2. Docs
Generation of runtime types from type declarations

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_typerep_conv-v0.11.0.tar.gz
sha256=6f360abee68ae005683985cacdf3ec20df5e42b69cd7b7726681bb119b51768a
md5=112be1f82ee72951cce9b0b2ead10dff

README.md.html

ppx_typerep_conv

Automatic generation of runtime types from type definitions.

This syntax extension defines the type-conv generator [@@deriving typerep], which creates a (runtime) value (called typerep_of_$typename) representing the type definition (see typerep for more information). It is intended to be the main creator of values of type Typerep.t.

This generator supports mostly core types, not all fancy types like union of polymorphic variants.

OCaml

Innovation. Community. Security.