package metapp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type context = {
  1. metapoints : OptionArrayMetapoints.t;
  2. loc : MetapointsLocation.t;
  3. subquotations : ArrayQuotations.t;
}
type 'a quotation = {
  1. context : context;
  2. fill : unit -> 'a;
}
type 'a t = 'a quotation array