Up

Parameter S : Simple

Signature

val conversion_name : 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 function_name : string option -> string
val merge_recursive : Location.t -> field_name:string -> tp:Parsetree.core_type -> Parsetree.expression -> Parsetree.expression
val unsupported_type_error_msg : name:string -> string
val atoms : simple_processor
val recursive : recursive_processor