Runtime.Value
type value =
| Int32 of int
| Int64 of int
| Float32 of float
| Float64 of float
val string_of_value : value -> string