package interface-prime-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Interface'.Io.S_base with module M = Monad with type in_channel = Lwt_io.input_channel with type out_channel = Lwt_io.output_channel
module M = Monad
type in_channel = Lwt_io.input_channel
type out_channel = Lwt_io.output_channel
val read_exactly : in_channel -> int -> string option M.t
val read_available : in_channel -> string M.t
val close_in : in_channel -> unit M.t
val close_out : out_channel -> unit M.t
val read_byte : in_channel -> char option M.t
val read_int32 : in_channel -> int32 option M.t
val read_int64 : in_channel -> int64 option M.t
val write : out_channel -> string -> unit M.t