package dune-private-libs
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=8f77d3a87f208e0d7cccaa1c48c4bb1bb87d62d07c3f25e9b8ba298e028ce52b
sha512=f209f12ced10c1abf8782bdb0143f4cec77795f7174d2cc75130afb1e01550b01f2f77b9e3ec4888efdad83d2f9878d179b39126f824f4e522f3ef4da34bf27e
doc/dune-private-libs.stdune/Stdune/index.html
Module Stdune
module Appendable_list : sig ... endAppendable lists: concatenation takes O(1) time, conversion to a list takes O(n).
module Ansi_color : sig ... endmodule Array : sig ... endmodule Bytes : sig ... endmodule Comparator : sig ... endmodule Console : sig ... endManages the console
module Csexp : sig ... endmodule Daemonize : sig ... endStart, stop and synchronize with a daemon
module Either : sig ... endLeft or right
module Exn : sig ... endExceptions
module Exn_with_backtrace : sig ... endAn exception together with the backtrace that raised it.
module Fcntl : sig ... endmodule Filename : sig ... endmodule Hashtbl : sig ... endmodule Table : sig ... endHashtable with a simple polymorphic type, but without the polymorphic equality.
module Int : sig ... endmodule Id : sig ... endmodule Io : sig ... endIO operations.
module List : sig ... endmodule Lock_file : sig ... endA mutually exclusive lock file.
module 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 Signal : sig ... endUnix Signal helpers
module Comparable : sig ... endmodule Comparable_intf : sig ... endmodule Staged : sig ... endmodule String : sig ... endmodule Bool : sig ... endmodule Sexp : sig ... endS-expressions
module Path : sig ... endRepresentation of paths
module Interned : sig ... endInterned strings
module Interned_intf : sig ... endmodule Univ_map : sig ... endUniversal maps
module Loc : sig ... endmodule Env : sig ... endmodule Proc : sig ... endmodule Type_eq : sig ... endEquality between types. See Base.Type_equal for documentation.
module Nothing : sig ... endInhabited type
module Bin : sig ... endBinaries from the PATH
module Digest : sig ... endDigests (MD5)
module Fdecl : sig ... endForward declarations
module Unit : sig ... endmodule Monad : sig ... endMonad signatures
module Fun : sig ... endmodule Dyn : sig ... endmodule Float : sig ... endmodule Tuple : sig ... endmodule Poly : sig ... endmodule Code_error : sig ... endA programming error that should be reported upstream
module User_error : sig ... endError meant for humans
module User_message : sig ... endA message for the user
module User_warning : sig ... endNon-fatal user errors
module Lexbuf : sig ... endLexing buffer utilities
module Scanf : sig ... endSafe version of Scanf from the stdlib. Does not raise parsing errors errors.
module Sys : sig ... endmodule Pid : sig ... endmodule Applicative_intf : sig ... endmodule Monad_intf : sig ... endmodule Applicative : sig ... endmodule Top_closure_intf : sig ... endmodule Top_closure : sig ... endmodule Spawn : sig ... endSubset of https://github.com/janestreet/spawn/blob/master/src/spawn.mli
module Seq : sig ... endval sprintf : ('a, unit, string) format -> 'aval ksprintf : (string -> 'a) -> ('b, unit, string, 'a) format4 -> 'b