package tablecloth-base

  1. Overview
  2. Docs

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.