package acme

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val compare : t -> t -> int
val p : t -> string
val r : string -> t
val new_ : t
type hier =
  1. | Addr
  2. | Body
  3. | Ctl
  4. | Data
  5. | Errors
  6. | Event
  7. | Tag
  8. | Xdata
val path : t -> hier -> string
val ls : ?conn:O9pc.t -> ?user:string -> unit -> t list
val current : unit -> t