package metapp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Metapp_ppx.AccuTypes

type 'a escape = {
  1. instructions : instruction list;
  2. quotation : unit -> 'a Metapp_api.ArrayQuotation.quotation;
}
type 'a quotations = 'a escape Metapp_preutils.Accu.t Stdcompat.ref
type 'a metapoints = Location.t Metapp_preutils.Accu.t Stdcompat.ref