package b0

  1. Overview
  2. Docs
Software construction care

Install

Dune Dependency

Authors

Maintainers

Sources

b0-0.0.0.tbz
sha256=dadde8cfa62be9dabd805fc190b415427b4699ffe3458c153e2f3f9cc5c9b9b4
md5=f96ac96fb0182f2b97dbe9ded452544b

doc/b0.std/B0_std/index.html

Module B0_std

Standard library needs.

Open this module to use it, this only introduces and redefine a few standard modules.

v0.0.0 — homepage

Std

module Tty : sig ... end

ANSI terminal interaction.

module Fmt : sig ... end

Textual formatters.

module Option : sig ... end

Option values (as in 4.08).

module Result : sig ... end

Result values (as in 4.08)

module Char : sig ... end

Characters (bytes in fact).

module String : sig ... end

Strings.

module List : sig ... end

Lists.

module Conv : sig ... end

Value converters.

module Fpath : sig ... end

File paths.

module Hash : sig ... end

Hash values and functions.

module Time : sig ... end

Measuring time.

module Cmd : sig ... end

Command lines.

module Os : sig ... end

OS interaction.

module Log : sig ... end

Program log.

OCaml

Innovation. Community. Security.