package tablecloth-native

  1. Overview
  2. Docs
val (<|) : ('a -> 'b) -> 'a -> 'b
val (>>) : ('a -> 'b) -> ('b -> 'c) -> 'a -> 'c
val (<<) : ('b -> 'c) -> ('a -> 'b) -> 'a -> 'c
val identity : 'a -> 'a
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 Int : sig ... end
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
OCaml

Innovation. Community. Security.