package tablecloth-base

  1. Overview
  2. Docs
Native OCaml library implementing Tablecloth, a cross-platform standard library for OCaml and Rescript

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.9.tar.gz
md5=eef8da54ae2e373fc38a08bb761ea973
sha512=c74de7cf90798c6c2702a21f40d340da3fa2405f00ccc193568a04d6b0e08a41b47d5db35c0ed7662043f1fe223c2e82212e162a64f67c3577dece6660c08b20

doc/tablecloth-base/Tablecloth/index.html

Module TableclothSource

Sourcemodule Bool : sig ... end

Functions for working with boolean (true or false) values.

Sourcemodule Char : sig ... end

Functions for working with single characters.

Sourcemodule String : sig ... end

Functions for working with "strings"

Sourcemodule Int : sig ... end

Fixed precision integers

Sourcemodule Float : sig ... end

Functions for working with floating point numbers.

Sourcemodule Container : sig ... end

Interfaces for use with container types like Array or List

Sourcemodule Array : sig ... end

A fixed lenfth collection of values

Sourcemodule List : sig ... end

Arbitrary length, singly linked lists

Sourcemodule Option : sig ... end

Functions for working with optional values.

Sourcemodule Result : sig ... end

Functions for working with computations which may fail.

Sourcemodule Tuple2 : sig ... end

Functions for manipulating tuples of length two

Sourcemodule Tuple3 : sig ... end

Functions for manipulating tuples of length three

Sourcemodule Comparator : sig ... end
Sourcemodule Set : sig ... end

A collection of unique values

Sourcemodule Map : sig ... end

A collection of key-value pairs

Sourcemodule Fun : sig ... end

Functions for working with functions.

OCaml

Innovation. Community. Security.