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 -> bytes -> int -> int -> int t
val write : channel -> bytes -> int -> int -> unit t