package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_core.CodeSource

Sourcetype node =
  1. | Text of string
  2. | Verbatim of string
  3. | Group of Forester_core__.Base.delim * t
  4. | Math of Forester_core__.Base.math_mode * t
  5. | Ident of string list * string list
  6. | Xml_tag of string option * string * ((string option * string) * t) list * t
  7. | Transclude of t
  8. | Subtree of string option * t
  9. | Embed_tex of t * t
  10. | Let of string list * string list list * t
  11. | Open of string list
  12. | Scope of t
  13. | Put of string list * t
  14. | Default of string list * t
  15. | Get of string list
  16. | If_tex of t * t
  17. | Prim of Prim.t * t
  18. | Ref of t
  19. | Object of {
    1. self : string list option;
    2. methods : (string * t) list;
    }
  20. | Patch of {
    1. obj : t;
    2. self : string list option;
    3. methods : (string * t) list;
    }
  21. | Call of t * string
  22. | Query of t Query.t
  23. | Import of Forester_core__.Base.visibility * string
  24. | Def of string list * string list list * t
  25. | Decl_xmlns of string * string
  26. | Alloc of string list
  27. | Namespace of string list * t
  28. | Title of t
  29. | Taxon of string
  30. | Meta of string * t
  31. | Author of string
  32. | Contributor of string
  33. | Tag of string
  34. | Date of string
  35. | Parent of string
  36. | Number of string
Sourceand tree = {
  1. source_path : string option;
  2. addr : string option;
  3. code : t;
}
Sourceval import_private : string -> node
Sourceval import_public : string -> node
Sourceval inline_math : t -> node
Sourceval display_math : t -> node
Sourceval parens : t -> node
Sourceval squares : t -> node
Sourceval braces : t -> node
OCaml

Innovation. Community. Security.