package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val open_out : ?lock:string -> string -> t
val close_out : t -> unit
val write : t -> Bencode.t -> unit
val write_batch : t -> Bencode.t list -> unit
type !'a result =
  1. | Ok of 'a
  2. | Error of string
val read : ?lock:string -> string -> 'a -> ('a -> Bencode.t -> 'a) -> 'a result
OCaml

Innovation. Community. Security.