module Pretty: sig .. end
sig
end
type one = {
name_opt :string option;
string option
id :int;
int
has_seen_error :bool;
bool
someone_is_listening :bool;
val sexp_of_one : one -> Sexplib.Sexp.t
one -> Sexplib.Sexp.t
type t = one list
one list
val sexp_of_t : t -> Sexplib.Sexp.t
t -> Sexplib.Sexp.t