package tablecloth-native

  1. Overview
  2. Docs
module Fun : sig ... end

Functions for working with functions.

module Array : sig ... end

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

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

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

module Float : sig ... end

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

module Int : sig ... end

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

module Tuple2 : sig ... end
module Tuple3 : sig ... end
module String : sig ... end
module IntSet : sig ... end
module StrSet : sig ... end
module StrDict : sig ... end
module IntDict : sig ... end