package metapp

  1. Overview
  2. Docs
Meta-preprocessor for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

metapp.0.4.4.tar.gz
sha512=817b33d9006a6849845e29a2b12ad7b7d13e34e38216bd2724df45e8f24356f9d281e2731ecc37a8ab2b5faef844252a04f976adf61d024b7653235e38dfdc46

doc/metapp.api/Metapp_api/ArrayQuotation/index.html

Module Metapp_api.ArrayQuotation

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 = (unit -> 'a quotation) array
OCaml

Innovation. Community. Security.