package bencode

  1. Overview
  2. Docs
type t = Bencode.t
type bencode = t
type !'a sequence = ('a -> unit) -> unit
module Encode : sig ... end
val pretty : Stdlib.Format.formatter -> t -> unit
val pretty_to_str : t -> string
module Decode : sig ... end