Module Stdune
module Ansi_color : sig ... endmodule Array : sig ... endmodule Bytes : sig ... endmodule Comparable : sig ... endmodule Either : sig ... endLeft or right
module Exn : sig ... endExceptions
module Filename : sig ... endmodule Hashtbl : sig ... endmodule Int : sig ... endmodule Id : sig ... endmodule Io : sig ... endIO operations
module List : sig ... endmodule Map : sig ... endmodule Option : sig ... endOptional values
module Or_exn : sig ... endEither a value or an exception
module Ordering : sig ... endElement ordering
module Pp : sig ... endPretty printers
module Result : sig ... endResult type
module Set : sig ... endmodule Staged : sig ... endmodule String : sig ... endmodule Char : sig ... endmodule Bool : sig ... endmodule Sexp_intf : sig ... endmodule Sexp : sig ... endmodule Path : sig ... endmodule Fmt : sig ... endmodule Interned : sig ... endInterned strings
module Univ_map : sig ... endUniversal maps
module Loc : sig ... endmodule Env : sig ... endmodule Proc : sig ... endmodule Type_eq : sig ... endEquality between types
module Nothing : sig ... endInhabited type
module Bin : sig ... endBinaries from the PATH
module Digest : sig ... endmodule Fdecl : sig ... endForward declarations
module Unit : sig ... endmodule Monad : sig ... endMonad signatures
module Fn : sig ... endmodule Dyn : sig ... endval compare : 'a -> 'a -> Ordering.t
type ('a, 'error) result= ('a, 'error) Result.t=|Ok of 'a|Error of 'errortype ('a, 'b) either= ('a, 'b) Either.t=|Left of 'a|Right of 'btype ordering= Ordering.t=|Lt|Eq|Gt
val sprintf : ('a, unit, string) Stdlib.format -> 'a