package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.1.tar.gz
sha256=439b1dce07c86e914d1ebf1712c5581418314b0c8d13594f27a698b1d25fe272
md5=5cf58d4ed4eacbe6f330e9d2378ef5c6

doc/alba.fmlib/Fmlib/Common/index.html

Module Fmlib.Common

val identity : 'a -> 'a

Identity function

module Void : sig ... end

Module to represent types which cannot be inhabited.

module Unit : sig ... end

Module to represent the unit type.

module Int : sig ... end

Module to represent the int type.

module Int_set : Set.S with type elt = Int.t
module Float : sig ... end

Module to represent the float type.

module Either : sig ... end
module Char : sig ... end
module String : sig ... end
module String_set : Set.S with type elt = String.t
module String_map : Finite_map.S with type key = String.t
module Interval : sig ... end
module String_reader : sig ... end
module Fill_reader : sig ... end
module Char_reader : sig ... end
OCaml

Innovation. Community. Security.