package tablecloth-native

  1. Overview
  2. Docs

Module TableclothSource

Sourceval (<|) : ('a -> 'b) -> 'a -> 'b
Sourceval (>>) : ('a -> 'b) -> ('b -> 'c) -> 'a -> 'c
Sourceval (<<) : ('b -> 'c) -> ('a -> 'b) -> 'a -> 'c
Sourceval identity : 'a -> 'a
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 Int : sig ... end
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