package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type field =
  1. | Dict_flushes
  2. | Suffix_flushes
  3. | Index_flushes
  4. | Auto_dict
  5. | Auto_suffix
  6. | Auto_index
  7. | Flush
type t = private {
  1. mutable dict_flushes : int;
  2. mutable suffix_flushes : int;
  3. mutable index_flushes : int;
  4. mutable auto_dict : int;
  5. mutable auto_suffix : int;
  6. mutable auto_index : int;
  7. mutable flush : int;
}
val t : t Irmin.Type.t
type stat
val export : stat -> t