Ocamlformat_stdlib
val classify_float : float -> fpclass
type nonrec in_channel = in_channel
type nonrec out_channel = out_channel
type nonrec open_flag = 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 : out_channel -> bytes -> int -> int -> unit
val output_substring : out_channel -> string -> int -> int -> 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 really_input_string : in_channel -> int -> string
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 = LargeFile
val incr : int ref -> unit
val decr : int ref -> unit
val string_of_format : ('a, 'b, 'c, 'd, 'e, 'f) format6 -> string
val (^^) :
('a, 'b, 'c, 'd, 'e, 'f) format6 ->
('f, 'b, 'c, 'e, 'g, 'h) format6 ->
('a, 'b, 'c, 'd, 'g, 'h) format6
val unsafe_really_input : in_channel -> bytes -> int -> int -> unit
module Arg = Arg
module ArrayLabels = ArrayLabels
module BytesLabels = BytesLabels
module Callback = Callback
module Complex = Complex
module Digest = Digest
module Ephemeron = Ephemeron
module Fun = Fun
module Gc = Gc
module Genlex = Genlex
module ListLabels = ListLabels
module Marshal = Marshal
module MoreLabels = MoreLabels
module Obj = Obj
module Oo = Oo
module Parsing = Parsing
module Pervasives = Pervasives
module Printexc = Printexc
module Scanf = Scanf
module Seq = Seq
module StdLabels = StdLabels
module Stream = Stream
module StringLabels = StringLabels
module Weak = Weak
module Applicative : sig ... end
module Array : sig ... end
module Avltree : sig ... end
module Backtrace : sig ... end
module Binary_search : sig ... end
module Binary_searchable : sig ... end
module Blit : sig ... end
module Bool : sig ... end
module Buffer : sig ... end
module Bytes : sig ... end
module Char : sig ... end
module Comparable : sig ... end
module Comparator : sig ... end
module Comparisons : sig ... end
module Container : sig ... end
module Either : sig ... end
module Equal : sig ... end
module Error : sig ... end
module Exn : sig ... end
module Field : sig ... end
module Float : sig ... end
module Floatable : sig ... end
module Fn : sig ... end
module Formatter : sig ... end
module Hash : sig ... end
module Hash_set : sig ... end
module Hashable : sig ... end
module Hasher : sig ... end
module Hashtbl : sig ... end
module Identifiable : sig ... end
module Indexed_container : sig ... end
module Info : sig ... end
module Int : sig ... end
module Int_conversions : sig ... end
module Int32 : sig ... end
module Int63 : sig ... end
module Int64 : sig ... end
module Intable : sig ... end
module Int_math : sig ... end
module Invariant : sig ... end
module Lazy : sig ... end
module Map : sig ... end
module Maybe_bound : sig ... end
module Monad : sig ... end
module Nativeint : sig ... end
module Nothing : sig ... end
module Option : sig ... end
module Option_array : sig ... end
module Or_error : sig ... end
module Ordered_collection_common : sig ... end
module Ordering : sig ... end
module Poly : sig ... end
module Popcount : sig ... end
module Pretty_printer : sig ... end
module Printf : sig ... end
module Linked_queue : sig ... end
module Queue : sig ... end
module Random : sig ... end
module Ref : sig ... end
module Result : sig ... end
module Sequence : sig ... end
module Set : sig ... end
module Sexpable : sig ... end
module Sign : sig ... end
module Sign_or_nan : sig ... end
module Source_code_position : sig ... end
module Stack : sig ... end
module Staged : sig ... end
module Stringable : sig ... end
module Sys : sig ... end
module T : sig ... end
module Type_equal : sig ... end
module Uniform_array : sig ... end
module Unit : sig ... end
module Uchar : sig ... end
module Variant : sig ... end
module With_return : sig ... end
module Word_size : sig ... end
module type T = sig ... end
module type T1 = sig ... end
module type T2 = sig ... end
module type T3 = sig ... end
module Sexp : sig ... end
module Exported_for_specific_uses : sig ... end
module Export : sig ... end
type !'a array = 'a Array.t
val array_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a array
val sexp_of_array : ('a -> Sexplib0.Sexp.t) -> 'a array -> Sexplib0.Sexp.t
val array_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a array Sexplib0.Sexp_grammar.t
type bool = Bool.t
val hash_fold_bool :
Base_internalhash_types.state ->
bool ->
Base_internalhash_types.state
val hash_bool : bool -> Base_internalhash_types.hash_value
val bool_of_sexp : Sexplib0.Sexp.t -> bool
val sexp_of_bool : bool -> Sexplib0.Sexp.t
val bool_sexp_grammar : bool Sexplib0.Sexp_grammar.t
type char = Char.t
val hash_fold_char :
Base_internalhash_types.state ->
char ->
Base_internalhash_types.state
val hash_char : char -> Base_internalhash_types.hash_value
val char_of_sexp : Sexplib0.Sexp.t -> char
val sexp_of_char : char -> Sexplib0.Sexp.t
val char_sexp_grammar : char Sexplib0.Sexp_grammar.t
type exn = Exn.t
val sexp_of_exn : exn -> Sexplib0.Sexp.t
type float = Float.t
val hash_fold_float :
Base_internalhash_types.state ->
float ->
Base_internalhash_types.state
val hash_float : float -> Base_internalhash_types.hash_value
val float_of_sexp : Sexplib0.Sexp.t -> float
val sexp_of_float : float -> Sexplib0.Sexp.t
val float_sexp_grammar : float Sexplib0.Sexp_grammar.t
type int = Int.t
val hash_fold_int :
Base_internalhash_types.state ->
int ->
Base_internalhash_types.state
val hash_int : int -> Base_internalhash_types.hash_value
val int_of_sexp : Sexplib0.Sexp.t -> int
val sexp_of_int : int -> Sexplib0.Sexp.t
val int_sexp_grammar : int Sexplib0.Sexp_grammar.t
type int32 = Int32.t
val hash_fold_int32 :
Base_internalhash_types.state ->
int32 ->
Base_internalhash_types.state
val hash_int32 : int32 -> Base_internalhash_types.hash_value
val int32_of_sexp : Sexplib0.Sexp.t -> int32
val sexp_of_int32 : int32 -> Sexplib0.Sexp.t
val int32_sexp_grammar : int32 Sexplib0.Sexp_grammar.t
type int64 = Int64.t
val hash_fold_int64 :
Base_internalhash_types.state ->
int64 ->
Base_internalhash_types.state
val hash_int64 : int64 -> Base_internalhash_types.hash_value
val int64_of_sexp : Sexplib0.Sexp.t -> int64
val sexp_of_int64 : int64 -> Sexplib0.Sexp.t
val int64_sexp_grammar : int64 Sexplib0.Sexp_grammar.t
val hash_fold_list :
(Base_internalhash_types.state -> 'a -> Base_internalhash_types.state) ->
Base_internalhash_types.state ->
'a list ->
Base_internalhash_types.state
val list_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a list
val sexp_of_list : ('a -> Sexplib0.Sexp.t) -> 'a list -> Sexplib0.Sexp.t
val list_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a list Sexplib0.Sexp_grammar.t
type nativeint = Nativeint.t
val hash_fold_nativeint :
Base_internalhash_types.state ->
nativeint ->
Base_internalhash_types.state
val hash_nativeint : nativeint -> Base_internalhash_types.hash_value
val nativeint_of_sexp : Sexplib0.Sexp.t -> nativeint
val sexp_of_nativeint : nativeint -> Sexplib0.Sexp.t
val nativeint_sexp_grammar : nativeint Sexplib0.Sexp_grammar.t
type !'a option = 'a Option.t
val hash_fold_option :
(Base_internalhash_types.state -> 'a -> Base_internalhash_types.state) ->
Base_internalhash_types.state ->
'a option ->
Base_internalhash_types.state
val option_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a option
val sexp_of_option : ('a -> Sexplib0.Sexp.t) -> 'a option -> Sexplib0.Sexp.t
val option_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a option Sexplib0.Sexp_grammar.t
type !'a ref = 'a Ref.t
val ref_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a ref
val sexp_of_ref : ('a -> Sexplib0.Sexp.t) -> 'a ref -> Sexplib0.Sexp.t
val ref_sexp_grammar :
'a Sexplib0.Sexp_grammar.t ->
'a ref Sexplib0.Sexp_grammar.t
val hash_fold_string :
Base_internalhash_types.state ->
string ->
Base_internalhash_types.state
val hash_string : string -> Base_internalhash_types.hash_value
val string_of_sexp : Sexplib0.Sexp.t -> string
val sexp_of_string : string -> Sexplib0.Sexp.t
val string_sexp_grammar : string Sexplib0.Sexp_grammar.t
type bytes = Bytes.t
val bytes_of_sexp : Sexplib0.Sexp.t -> bytes
val sexp_of_bytes : bytes -> Sexplib0.Sexp.t
val bytes_sexp_grammar : bytes Sexplib0.Sexp_grammar.t
type unit = Unit.t
val hash_fold_unit :
Base_internalhash_types.state ->
unit ->
Base_internalhash_types.state
val hash_unit : unit -> Base_internalhash_types.hash_value
val unit_of_sexp : Sexplib0.Sexp.t -> unit
val sexp_of_unit : unit -> Sexplib0.Sexp.t
val unit_sexp_grammar : unit Sexplib0.Sexp_grammar.t
type nonrec (!'a, !'b, !'c) format = ('a, 'b, 'c) format
type nonrec (!'a, !'b, !'c, !'d) format4 = ('a, 'b, 'c, 'd) format4
type nonrec (!'a, !'b, !'c, !'d, !'e, !'f) format6 =
('a, 'b, 'c, 'd, 'e, 'f) format6
val ignore : 'a -> unit
val (!) : 'a ref -> 'a
val ref : 'a -> 'a ref
val raise : exn -> 'a
val raise_s : Sexplib0.Sexp.t -> 'a
val phys_equal : 'a -> 'a -> bool
val force : 'a Lazy.t -> 'a
module Continue_or_stop : sig ... end
exception Not_found_s of Sexplib0.Sexp.t
module In_channel : sig ... end
module Out_channel : sig ... end
val stdin : In_channel.t
val stdout : Out_channel.t
val stderr : Out_channel.t
val printf : ('a, Out_channel.t, Base.unit) Base.format -> 'a
val print_s : ?mach:Base.unit -> Base.Sexp.t -> Base.unit
val eprint_s : ?mach:Base.unit -> Base.Sexp.t -> Base.unit
val eprintf : ('a, Out_channel.t, Base.unit) Base.format -> 'a
val print_string : Base.string -> Base.unit
val print_endline : Base.string -> Base.unit
val prerr_endline : Base.string -> Base.unit
module Fpath : sig ... end
module List : sig ... end
module String : sig ... end
module Warning : sig ... end
module Format = Format
module Filename = Filename
val impossible : string -> 'a