metapp.api
Metapp_api.ArrayQuotation
metapp
metapp.dyncompile
metapp.preutils
metapp.test_framework
metapp.version_info
metapp_ppx
type context = {
metapoints : OptionArrayMetapoints.t;
loc : MetapointsLocation.t;
subquotations : ArrayQuotations.t;
}
type 'a quotation = {
context : context;
fill : unit -> 'a;
type 'a t = (unit -> 'a quotation) array