package linol-eio

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

Module Linol_eio.IO_eioSource

Sourcetype 'a t = 'a
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 in_channel = Eio.Buf_read.t
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.