package git

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