package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.2.tar.gz
sha256=203ee151ce793a977b2d3e66f8b3a0cd7a82cc7f15550c63d88cb30c71eb5f95
md5=64367c393f80ca784f88d07155da4fb0

doc/alba.core/Alba_core/Term/Value/index.html

Module Term.ValueSource

Sourcetype t =
  1. | Int of int
  2. | Char of int
  3. | String of string
  4. | Unary of t -> t
  5. | Binary of t -> t -> t
Sourceval number_values : string -> t list
Sourceval int_plus : t
Sourceval int_minus : t
Sourceval int_times : t
Sourceval string_concat : t
Sourceval apply : t -> t -> t
Sourceval is_equal : t -> t -> bool

is_equal a b checks if a and b are the same value.

OCaml

Innovation. Community. Security.