Mavbox.Internal_pervasivesLocal “Pervasives” module for mavbox.
See also "docs/tutorials/mavbox.rst".
include module type of struct include Base endval classify_float : float -> fpclassval stdin : in_channelval stdout : out_channelval stderr : out_channelval open_out : string -> out_channelval open_out_bin : string -> out_channelval open_out_gen : open_flag list -> int -> string -> out_channelval flush : out_channel -> unitval output_char : out_channel -> char -> unitval output_string : out_channel -> string -> unitval output_bytes : out_channel -> bytes -> unitval output : out_channel -> bytes -> int -> int -> unitval output_substring : out_channel -> string -> int -> int -> unitval output_byte : out_channel -> int -> unitval output_binary_int : out_channel -> int -> unitval output_value : out_channel -> 'a -> unitval seek_out : out_channel -> int -> unitval pos_out : out_channel -> intval out_channel_length : out_channel -> intval close_out : out_channel -> unitval close_out_noerr : out_channel -> unitval set_binary_mode_out : out_channel -> bool -> unitval open_in : string -> in_channelval open_in_bin : string -> in_channelval open_in_gen : open_flag list -> int -> string -> in_channelval input_char : in_channel -> charval input_line : in_channel -> stringval input : in_channel -> bytes -> int -> int -> intval really_input : in_channel -> bytes -> int -> int -> unitval really_input_string : in_channel -> int -> stringval input_byte : in_channel -> intval input_binary_int : in_channel -> intval input_value : in_channel -> 'aval seek_in : in_channel -> int -> unitval pos_in : in_channel -> intval in_channel_length : in_channel -> intval close_in : in_channel -> unitval close_in_noerr : in_channel -> unitval set_binary_mode_in : in_channel -> bool -> unitval format_of_string :
('a, 'b, 'c, 'd, 'e, 'f) Stdlib.format6 ->
('a, 'b, 'c, 'd, 'e, 'f) Stdlib.format6val (^^) :
('a, 'b, 'c, 'd, 'e, 'f) Stdlib.format6 ->
('f, 'b, 'c, 'e, 'g, 'h) Stdlib.format6 ->
('a, 'b, 'c, 'd, 'g, 'h) Stdlib.format6val unsafe_really_input : in_channel -> bytes -> int -> int -> unitval array_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a arrayval sexp_of_array : ('a -> Sexplib0.Sexp.t) -> 'a array -> Sexplib0.Sexp.tval array_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a array Sexplib0.Sexp_grammar.tval hash_fold_bool :
Base__.Ppx_hash_lib.Std.Hash.state ->
bool ->
Base__.Ppx_hash_lib.Std.Hash.stateval hash_bool : bool -> Base__.Ppx_hash_lib.Std.Hash.hash_valueval bool_of_sexp : Sexplib0.Sexp.t -> boolval sexp_of_bool : bool -> Sexplib0.Sexp.tval bool_sexp_grammar : bool Sexplib0.Sexp_grammar.tval hash_fold_char :
Base__.Ppx_hash_lib.Std.Hash.state ->
char ->
Base__.Ppx_hash_lib.Std.Hash.stateval hash_char : char -> Base__.Ppx_hash_lib.Std.Hash.hash_valueval char_of_sexp : Sexplib0.Sexp.t -> charval sexp_of_char : char -> Sexplib0.Sexp.tval char_sexp_grammar : char Sexplib0.Sexp_grammar.tval sexp_of_exn : exn -> Sexplib0.Sexp.tval hash_fold_float :
Base__.Ppx_hash_lib.Std.Hash.state ->
float ->
Base__.Ppx_hash_lib.Std.Hash.stateval hash_float : float -> Base__.Ppx_hash_lib.Std.Hash.hash_valueval float_of_sexp : Sexplib0.Sexp.t -> floatval sexp_of_float : float -> Sexplib0.Sexp.tval float_sexp_grammar : float Sexplib0.Sexp_grammar.tval hash_fold_int :
Base__.Ppx_hash_lib.Std.Hash.state ->
int ->
Base__.Ppx_hash_lib.Std.Hash.stateval hash_int : int -> Base__.Ppx_hash_lib.Std.Hash.hash_valueval int_of_sexp : Sexplib0.Sexp.t -> intval sexp_of_int : int -> Sexplib0.Sexp.tval int_sexp_grammar : int Sexplib0.Sexp_grammar.tval hash_fold_int32 :
Base__.Ppx_hash_lib.Std.Hash.state ->
int32 ->
Base__.Ppx_hash_lib.Std.Hash.stateval hash_int32 : int32 -> Base__.Ppx_hash_lib.Std.Hash.hash_valueval int32_of_sexp : Sexplib0.Sexp.t -> int32val sexp_of_int32 : int32 -> Sexplib0.Sexp.tval int32_sexp_grammar : int32 Sexplib0.Sexp_grammar.tval hash_fold_int64 :
Base__.Ppx_hash_lib.Std.Hash.state ->
int64 ->
Base__.Ppx_hash_lib.Std.Hash.stateval hash_int64 : int64 -> Base__.Ppx_hash_lib.Std.Hash.hash_valueval int64_of_sexp : Sexplib0.Sexp.t -> int64val sexp_of_int64 : int64 -> Sexplib0.Sexp.tval int64_sexp_grammar : int64 Sexplib0.Sexp_grammar.tval hash_fold_list :
(Base__.Ppx_hash_lib.Std.Hash.state ->
'a ->
Base__.Ppx_hash_lib.Std.Hash.state) ->
Base__.Ppx_hash_lib.Std.Hash.state ->
'a list ->
Base__.Ppx_hash_lib.Std.Hash.stateval list_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a listval sexp_of_list : ('a -> Sexplib0.Sexp.t) -> 'a list -> Sexplib0.Sexp.tval list_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a list Sexplib0.Sexp_grammar.tval hash_fold_nativeint :
Base__.Ppx_hash_lib.Std.Hash.state ->
nativeint ->
Base__.Ppx_hash_lib.Std.Hash.stateval hash_nativeint : nativeint -> Base__.Ppx_hash_lib.Std.Hash.hash_valueval nativeint_of_sexp : Sexplib0.Sexp.t -> nativeintval sexp_of_nativeint : nativeint -> Sexplib0.Sexp.tval nativeint_sexp_grammar : nativeint Sexplib0.Sexp_grammar.tval hash_fold_option :
(Base__.Ppx_hash_lib.Std.Hash.state ->
'a ->
Base__.Ppx_hash_lib.Std.Hash.state) ->
Base__.Ppx_hash_lib.Std.Hash.state ->
'a option ->
Base__.Ppx_hash_lib.Std.Hash.stateval option_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a optionval sexp_of_option : ('a -> Sexplib0.Sexp.t) -> 'a option -> Sexplib0.Sexp.tval option_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a option Sexplib0.Sexp_grammar.tval ref_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a refval sexp_of_ref : ('a -> Sexplib0.Sexp.t) -> 'a ref -> Sexplib0.Sexp.tval ref_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a ref Sexplib0.Sexp_grammar.tval hash_fold_string :
Base__.Ppx_hash_lib.Std.Hash.state ->
string ->
Base__.Ppx_hash_lib.Std.Hash.stateval hash_string : string -> Base__.Ppx_hash_lib.Std.Hash.hash_valueval string_of_sexp : Sexplib0.Sexp.t -> stringval sexp_of_string : string -> Sexplib0.Sexp.tval string_sexp_grammar : string Sexplib0.Sexp_grammar.tval bytes_of_sexp : Sexplib0.Sexp.t -> bytesval sexp_of_bytes : bytes -> Sexplib0.Sexp.tval bytes_sexp_grammar : bytes Sexplib0.Sexp_grammar.tval hash_fold_unit :
Base__.Ppx_hash_lib.Std.Hash.state ->
unit ->
Base__.Ppx_hash_lib.Std.Hash.stateval hash_unit : unit -> Base__.Ppx_hash_lib.Std.Hash.hash_valueval unit_of_sexp : Sexplib0.Sexp.t -> unitval sexp_of_unit : unit -> Sexplib0.Sexp.tval unit_sexp_grammar : unit Sexplib0.Sexp_grammar.tval ignore : 'a -> unitval (!) : 'a ref -> 'aval ref : 'a -> 'a refval raise : exn -> 'aval phys_equal : 'a -> 'a -> boolmodule EF : sig ... endWrapper around the EasyFormat library to use for console display.
module Dbg : sig ... endDebug-display module (non-cooperative output to stderr).
module Date : sig ... endmodule More_fmt : sig ... endmodule Attached_result : sig ... endA “decorated result type” based on polymorphic variants
module Asynchronous_result : sig ... endA wrapper around ('ok, 'a Error.t) result Lwt.t.
include module type of struct include Asynchronous_result.Std endval (>>=) :
('a, 'b) Asynchronous_result.t ->
('a -> ('c, 'b) Attached_result.t Lwt.t) ->
('c, 'b) Asynchronous_result.tval return : 'a -> ('a, 'b) Asynchronous_result.tval fail :
?attach:(string * Attached_result.content) list ->
'a ->
('b, 'a) Asynchronous_result.tmodule List_sequential = Asynchronous_result.List_sequentialmodule Loop = Asynchronous_result.Loopmodule System_error : sig ... endmodule Process_result : sig ... endA wrapper around a structural type describing the result of external processes.
module Base_state : sig ... endThe state within this library is packed into an open object (structural) type, this module just defines the application_name method.
module Manpage_builder : sig ... endmodule System : sig ... endSome Lwt_unix functions.
module Jqo : sig ... endWIP jq-like manipulation in pure OCaml.