package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.4.tar.gz
sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
md5=25234357587126685d64f16236167937

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 Int_map : Finite_map.S with type key = Int.t
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.