package syndic

  1. Overview
  2. Docs
type expected_type =
  1. | Attr of string
  2. | Tag of string
  3. | Data
  4. | Root
exception Expected of expected_type * expected_type
exception Expected_Leaf
val string_of_expectation : (expected_type * expected_type) -> string
val raise_expectation : expected_type -> expected_type -> 'a
val string_of_duplicate_exception : ((Uri.t * string * string) * (string * string)) -> string