package ppx_jsobject_conv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Fun of Ppxlib.expression
  2. | Match of Ppxlib.case list

For list of expressions returns triple (bindings, pvars, evars) where bindings is list of `let v_i =`; pvars is list of `v_i` for patterns, and evars is list of expressions applied to corresponding temp var