package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'e t = [
  1. | `Inflate of 'e
  2. | `Inflate_file of Fpath.t * 'e
]
val pp_error : (Format.formatter -> 'a -> unit) -> Format.formatter -> [< `Inflate of 'b | `Inflate_file of Fpath.t * 'c ] -> unit
val err_inflate : 'a -> [> `Inflate of 'a ]
val err_inflate_file : 'a -> 'b -> [> `Inflate_file of 'a * 'b ]
val with_path : 'a -> [< `Inflate of 'b | `Inflate_file of 'a * 'b ] -> [> `Inflate_file of 'a * 'b ]