package SZXX

  1. Overview
  2. Docs
module SST : sig ... end
type delayed_string = {
  1. location : location;
  2. sst_index : Base.string;
}
val sexp_of_delayed_string : delayed_string -> Sexplib0.Sexp.t
type 'a status =
  1. | Available of 'a
  2. | Delayed of delayed_string
val sexp_of_status : ('a -> Sexplib0.Sexp.t) -> 'a status -> Sexplib0.Sexp.t
val parse_row_without_sst : 'a cell_parser -> Xml.DOM.element row -> 'a status row

Convert a raw unparsed row into a more usable "wrapped" row

val unwrap_status : 'a cell_parser -> SST.t -> 'a status row -> 'a row

Unwrap a row, resolving all SST references

val parse_row_with_sst : SST.t -> 'a cell_parser -> Xml.DOM.element row -> 'a row
OCaml

Innovation. Community. Security.