package xenstore

  1. Overview
  2. Docs
type state =
  1. | Unknown_operation of int32
  2. | Parser_failed of string
  3. | Need_more_data of int
  4. | Packet of t
type parse
val start : unit -> parse
val state : parse -> state
val input : parse -> string -> parse