package alba

  1. Overview
  2. Docs
Alba compiler

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.3.tar.gz
sha256=062f33c55ef39706c4290dff67d5a00bf009051fd757f9352be527f629ae21fc
md5=eb4edc4d6b7e15b83d6397bd34994153

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 int_negate : 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.

Sourceval compare : t -> t -> int

compare for sorting purposes.

OCaml

Innovation. Community. Security.