package stdcompat
-
stdcompat
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type bytes = bytes_
type floatarray = floatarray_
module Pervasives : sig ... end
val classify_float : float -> fpclass
type in_channel = Pervasives.in_channel
type out_channel = Pervasives.out_channel
val stdin : in_channel
val stdout : out_channel
val stderr : out_channel
type open_flag = Pervasives.open_flag =
val open_out : string -> out_channel
val open_out_bin : string -> out_channel
val open_out_gen : open_flag list -> int -> string -> out_channel
val flush : out_channel -> unit
val output_char : out_channel -> char -> unit
val output_string : out_channel -> string -> unit
val output_bytes : out_channel -> bytes -> unit
val output_byte : out_channel -> int -> unit
val output_binary_int : out_channel -> int -> unit
val output_value : out_channel -> 'a -> unit
val seek_out : out_channel -> int -> unit
val pos_out : out_channel -> int
val out_channel_length : out_channel -> int
val close_out : out_channel -> unit
val close_out_noerr : out_channel -> unit
val set_binary_mode_out : out_channel -> bool -> unit
val open_in : string -> in_channel
val open_in_bin : string -> in_channel
val open_in_gen : open_flag list -> int -> string -> in_channel
val input_char : in_channel -> char
val input_line : in_channel -> string
val input : in_channel -> bytes -> int -> int -> int
val really_input : in_channel -> bytes -> int -> int -> unit
val input_byte : in_channel -> int
val input_binary_int : in_channel -> int
val input_value : in_channel -> 'a
val seek_in : in_channel -> int -> unit
val pos_in : in_channel -> int
val in_channel_length : in_channel -> int
val close_in : in_channel -> unit
val close_in_noerr : in_channel -> unit
val set_binary_mode_in : in_channel -> bool -> unit
module LargeFile = Pervasives.LargeFile
val ref : 'a -> 'a ref
val (!) : 'a ref -> 'a
val (:=) : 'a ref -> 'a -> unit
val incr : int ref -> unit
val decr : int ref -> unit
type (!'a, !'b, !'c, !'d, !'e, !'f) format6 =
('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.format6
type (!'a, !'b, !'c, !'d) format4 = ('a, 'b, 'c, 'c, 'c, 'd) format6
type (!'a, !'b, !'c) format = ('a, 'b, 'c, 'c) format4
val string_of_format : ('a, 'b, 'c, 'd, 'e, 'f) format6 -> string
val unsafe_really_input : in_channel -> bytes -> int -> int -> unit
val print_bytes : bytes -> unit
val prerr_bytes : bytes -> unit
val output : out_channel -> bytes -> int -> int -> unit
val output_substring : out_channel -> string -> int -> int -> unit
val really_input_string : in_channel -> int -> string
module Arg : sig ... end
module Lazy : sig ... end
module Char : sig ... end
module Seq : sig ... end
module String : sig ... end
module StringLabels : sig ... end
module Stack : sig ... end
module Hashtbl : sig ... end
module Set : sig ... end
module Map : sig ... end
module Weak : sig ... end
module Sys : sig ... end
module Uchar : sig ... end
module Bytes : sig ... end
module BytesLabels : sig ... end
module Buffer : sig ... end
module Stream : sig ... end
module Digest : sig ... end
module Nativeint : sig ... end
module Int32 : sig ... end
module Int64 : sig ... end
module List : sig ... end
module ListLabels : sig ... end
module Filename : sig ... end
module Array : sig ... end
module ArrayLabels : sig ... end
module Float : sig ... end
module Queue : sig ... end