package ws
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Parameter Make.Io
include Interface'.Io.S_base
module M : Interface'.Monad.Sval read_exactly : in_channel -> int -> string option M.tval read_available : in_channel -> string M.tval close_in : in_channel -> unit M.tval close_out : out_channel -> unit M.tval read_byte : in_channel -> char option M.tval read_int32 : in_channel -> int32 option M.tval read_int64 : in_channel -> int64 option M.tval write : out_channel -> string -> unit M.t