package acme

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type entry = {
  1. win : Win.t;
  2. tag_length : int;
  3. body_length : int;
  4. is_dir : bool;
  5. is_dirty : bool;
  6. tag_line : string;
}
type t = entry list
val filename : entry -> string
val get : ?conn:O9pc.t -> ?user:string -> unit -> t