package xenstore

  1. Overview
  2. Docs
type !'a t = 'a
val return : 'a -> 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
type channel
val create : unit -> channel t
val destroy : channel -> unit t
val read : channel -> string -> int -> int -> int t
val write : channel -> string -> int -> int -> unit t