= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type Show = sig ... end
module type Show1 = sig ... end
module type Show2 = sig ... end
module Map : sig ... end
module Set : sig ... end
module Int : sig ... end
module String : sig ... end
module Digest : sig ... end
module Hashtbl : sig ... end
module Loc : sig ... end
val pp_option :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a option ->
unit
module UUID : sig ... end
val pplist :
?max:int ->
?boxed:bool ->
(Format.formatter -> 'a -> unit) ->
?pplastelem:(Format.formatter -> 'a -> unit) ->
string ->
Format.formatter ->
'a list ->
unit
val pp_int : Format.formatter -> int -> unit
val pp_string : Format.formatter -> string -> unit
val pp_pair :
(Format.formatter -> 'a -> unit) ->
(Format.formatter -> 'b -> unit) ->
Format.formatter ->
('a * 'b) ->
unit
val show_pair :
(Format.formatter -> 'a -> unit) ->
(Format.formatter -> 'b -> unit) ->
('a * 'b) ->
string
val mk_spaghetti_printer : unit -> 'a spaghetti_printer
val set_spaghetti_printer :
'a spaghetti_printer ->
(Format.formatter -> 'a -> unit) ->
unit
val pp_spaghetti : 'a spaghetti_printer -> Format.formatter -> 'a -> unit
val show_spaghetti : 'a spaghetti_printer -> 'a -> string
val pp_spaghetti_any :
(UUID.t * Obj.t) spaghetti_printer ->
id:UUID.t ->
Format.formatter ->
'a ->
unit
module Fork : sig ... end
val error : ?loc:Loc.t -> string -> 'a
val anomaly : ?loc:Loc.t -> string -> 'a
val type_error : ?loc:Loc.t -> string -> 'a
val warn : ?loc:Loc.t -> string -> unit
val printf : ('a, Format.formatter, unit) format -> 'a
val eprintf : ('a, Format.formatter, unit) format -> 'a
val set_warn : (?loc:Loc.t -> string -> unit) -> unit
val set_error : (?loc:Loc.t -> string -> 'a) -> unit
val set_anomaly : (?loc:Loc.t -> string -> 'a) -> unit
val set_type_error : (?loc:Loc.t -> string -> 'a) -> unit
val set_std_formatter : Format.formatter -> unit
val set_err_formatter : Format.formatter -> unit
module CData : sig ... end