package alba

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.