package mirage-console-xen-proto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. ref : int32;
  2. event_channel : int;
}
val to_string : t -> string
val keys : string list
val to_assoc_list : t -> (string * string) list
val of_assoc_list : (string * string) list -> (t, string) Stdlib.result