module Bigstring : sig ... endString type based on Bigarray, for use in I/O and C-bindings, extending Core_kernel.Bigstring.
module Caml : sig ... endExtends Core_kernel.Caml.
module Command : sig ... endmodule Core_stable : sig ... endmodule Date : sig ... endmodule Filename : sig ... endWarning! this library assumes we are in a POSIX compliant OS.
module Interval : sig ... endmodule Interval_intf : sig ... endmodule Iobuf : sig ... endA non-moving (in the GC sense) contiguous range of bytes, useful for I/O operations.
module Iobuf_debug : sig ... endIobufs with extra controls for debugging.
module Iobuf_intf : sig ... endSee Iobuf for documentation.
module Linux_ext : sig ... endInterface to Linux-specific system calls.
module Digest = Md5module Mutex : sig ... endmodule Signal : sig ... endSignal handlers.
module Sys : sig ... endSystem interface.
module Thread : sig ... endLightweight threads.
module Time : sig ... endmodule Time_common : sig ... endThis module type is basically the intersection of the module types of Core.Time and Core.Time_ns. We verify that that relation holds in check_std.ml.
module Time_ns : sig ... endmodule Unix : sig ... endThis file is a modified version of unixLabels.mli from the OCaml distribution. Many of these functions raise exceptions but do not have a _exn suffixed name.
val sec : Base.Float.t -> Time.Span.tval (^/) : Base.String.t -> Base.String.t -> Base.String.tmodule Core_private : sig ... end