package linol-lwt

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Jsonrpc2.IOSource

Sourcetype 'a t = 'a IO_lwt.t
Sourceval return : 'a -> 'a t
Sourceval failwith : string -> 'a t
Sourceval (let+) : 'a t -> ('a -> 'b) -> 'b t
Sourceval (let*) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval (and+) : 'a t -> 'b t -> ('a * 'b) t
Sourcetype env = IO_lwt.env
Sourcetype in_channel = IO_lwt.in_channel
Sourcetype out_channel = IO_lwt.out_channel
Sourceval stdin : env -> in_channel
Sourceval stdout : env -> out_channel
Sourceval read : in_channel -> bytes -> int -> int -> unit t
Sourceval read_line : in_channel -> string t
Sourceval write : out_channel -> bytes -> int -> int -> unit t
Sourceval write_string : out_channel -> string -> unit t
Sourceval fail : exn -> Printexc.raw_backtrace -> unit t
Sourceval catch : (unit -> 'a t) -> (exn -> Printexc.raw_backtrace -> 'a t) -> 'a t
OCaml

Innovation. Community. Security.