package metaquot

  1. Overview
  2. Docs

This module does not have an associated .mli file because its signature depends dynamically from the contents of Parsetree.

The module mainly provides two sub-modules Metaquot.Exp and Metaquot.Pat, which provide lifters for expressions and patterns respectively.

include sig ... end
include sig ... end
val expression_of_default_loc : unit -> Ppxlib.expression
type mapper = {
  1. expression : Ppxlib.expression -> Ppxlib.expression;
  2. pattern : Ppxlib.pattern -> Ppxlib.pattern;
}
module Eq : sig ... end
module type QuoteValueS = sig ... end
module QuotePat : QuoteValueS with type t = Ppxlib.pattern
include sig ... end
module type MapperS = sig ... end
module DefaultMap : sig ... end
module StringMap : sig ... end
module Make (Target : QuoteValueS) : sig ... end
module Exp : sig ... end
module Pat : sig ... end