package metapp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a escape = {
  1. instructions : instruction list;
  2. quotation : unit -> 'a Metapp_api.ArrayQuotation.quotation;
}