alba.albalib
Term.Value
alba.fmlib
alba.fmlib_native
alba.fmlib_node
type t =
| Int of int
| Char of int
| String of string
| Unary of t -> t
| Binary of t -> t -> t
val number_values : string -> t list
val int_plus : t
val int_minus : t
val int_times : t
val string_concat : t
val apply : t -> t -> t