package ppx_conv_func

  1. Overview
  2. Docs
val conversion_name : Ppx_core.string

The simplest of all the extensions can only see atoms (leafs in the conversion type, for example a string), and records or recursive types that need to be recursively processed

val unsupported_type_error_msg : name:Ppx_core.string -> Ppx_core.string
val atoms : simple_processor
val recursive : recursive_processor