Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a stream = 'a Stream.t
val sleep : float -> unit t
val ignore_result : 'a t -> unit
val return : 'a -> 'a t
val fail : exn -> 'a t
val run : 'a t -> 'a
val atomic : (in_channel -> 'a t) -> in_channel -> 'a t
val in_channel_of_descr : fd -> in_channel
val out_channel_of_descr : fd -> out_channel
val input_char : in_channel -> char t
val really_input : in_channel -> bytes -> int -> int -> unit t
val output_string : out_channel -> string -> unit t
val flush : out_channel -> unit t
val stream_from : (stream_count -> 'b option t) -> 'b stream