package diffast-misc

  1. Overview
  2. Docs
module C = Compression
exception Error of string
exception File_exists of string
exception File_not_found of string
val sprintf : ('a, unit, string) format -> 'a
module Destination : sig ... end
module D = Destination
class output_buffer : Buffer.t -> object ... end
class output_channel : out_channel -> object ... end
class gzip_output : ?level:Bytesrw_zlib.level option -> Bytesrw.Bytes.Writer.t -> object ... end
class gzip_output_channel : ?level:Bytesrw_zlib.level option -> out_channel -> object ... end
class gzip_output_buffer : ?level:Bytesrw_zlib.level option -> Buffer.t -> object ... end
class out_channel : ?overwrite:bool option -> ?comp:C.c option -> D.t -> object ... end
val output_bytes : out_channel -> bytes -> unit
val output_string : out_channel -> string -> unit
val fprintf : out_channel -> ('a, unit, string, unit) format4 -> 'a
val dump : ?comp:C.c -> ?add_ext:bool -> string -> (out_channel -> unit) -> unit
module Source : sig ... end
module S = Source
class virtual input_channel : object ... end
class input_channel_ch : in_channel -> object ... end
class input_channel_str : string -> object ... end
class gzip_input : Bytesrw.Bytes.Reader.t -> object ... end
class gzip_input_channel : In_channel.t -> object ... end
val base64_buf_length : int
class base64_input_channel : input_channel -> object ... end
val string_buf_length : int
val string_of_input_channel : input_channel -> string
class in_channel : ?comp:C.c option -> S.t -> object ... end
OCaml

Innovation. Community. Security.