package xenstore

  1. Overview
  2. Docs
module type IO = sig ... end
exception Malformed_watch_event
exception Unexpected_rid of int32
exception Dispatcher_failed
module type S = sig ... end
module Client (IO : IO) : S