package tablecloth-native

  1. Overview
  2. Docs

Module TableclothSource

Sourcemodule Fun : sig ... end

Functions for working with functions.

Sourcemodule Array : sig ... end

A mutable vector of elements which must have the same type with O(1) get and set operations.

Sourcemodule List : sig ... end
Sourcemodule Result : sig ... end
Sourcemodule Option : sig ... end
Sourcemodule Char : sig ... end

Functions for working with characters. Character literals are enclosed in 'a' pair of single quotes.

Sourcemodule Float : sig ... end

A module for working with floating-point numbers. Valid syntax for floats includes:

Sourcemodule Int : sig ... end

The platform-dependant signed integer type. An int is a whole number. Valid syntax for ints includes:

Sourcemodule Tuple2 : sig ... end
Sourcemodule Tuple3 : sig ... end
Sourcemodule String : sig ... end
Sourcemodule IntSet : sig ... end
Sourcemodule StrSet : sig ... end
Sourcemodule StrDict : sig ... end
Sourcemodule IntDict : sig ... end
OCaml

Innovation. Community. Security.