package metapp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type escape = {
  1. instructions : instruction list;
  2. context : Metapp_api.context;
}
type 'a quotations = ((unit -> 'a) * escape) Metapp_preutils.Accu.t Stdcompat.ref