module Data: sig .. end
sig
end
type t =
|
NONE
NULL
INT of int64
int64
FLOAT of float
float
TEXT of string
string
BLOB of string
val to_string : t -> string
t -> string
to_string tp
tp