package ppx_typerep_conv
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
Description
Part of the Jane Street's PPX rewriters collection.
Published: 22 Mar 2018
README
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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page