package oq

  1. Overview
  2. Docs

Module Eval.RuntimeSource

Sourcetype t = {
  1. doc : Org.t;
  2. section_text_by_heading : string Core.Int.Table.t;
  3. heading_by_id : Org.heading Core.Int.Table.t;
  4. date_context : Date_context.t;
}
Sourceval create : ?now:string -> ?tz:string -> Org.t -> t
Sourceval text_for_span : Org.t -> Org.Span.t -> string
Sourceval section_text : t -> Org.heading -> string