package lwt-binio

  1. Overview
  2. Docs
module type Src_sig = sig ... end

Data source

module type Conv_sig = sig ... end

Data conversion

module type S = sig ... end
module Make (Src : Src_sig) (Conv : Conv_sig) : S with type src_t = Src.t
module Fd : sig ... end

IO using file descriptors

module Io : sig ... end

IO using Lwt's input and output channels