package ppx_conv_func

  1. Overview
  2. Docs

Three basic functors to generate the Matcher from a simple extension specification

A module that converts a type into another expression that can be used in camlp4 extensions needs to have the following functions.

Parameters

module S : Simple

Signature

val conversion : Location.t -> field_name:string -> id:Longident.t Location.loc -> Parsetree.expression
val conversion_of_type : Location.t -> field_name:string -> field_ty:Parsetree.core_type -> Parsetree.expression
OCaml

Innovation. Community. Security.