package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Branch
  2. | `Control
  3. | `Control_tmp
  4. | `Dict
  5. | `Gc_result of int
  6. | `Mapping of int
  7. | `Prefix of int
  8. | `Reachable of int
  9. | `Sorted of int
  10. | `Suffix of int
  11. | `V1_or_v2_pack
  12. | `Unknown
]
val t : [ `Branch | `Control | `Control_tmp | `Dict | `Gc_result of int | `Mapping of int | `Prefix of int | `Reachable of int | `Sorted of int | `Suffix of int | `Unknown | `V1_or_v2_pack ] Irmin.Type.t
val v : string -> t