Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type value = [
| `Null
| `Int of int
| `Float of float
| `String of string
| `Bytes of bytes
| `Time of Time.t
]
val name : t -> string
val null_value : t -> bool
val can_be_null : t -> bool
val int : t -> int
val float : t -> float
val string : t -> string
val bytes : t -> bytes
val int_opt : t -> int option
val float_opt : t -> float option
val string_opt : t -> string option
val bytes_opt : t -> bytes option