to_sexp_utils.ml
timedesc
timedesc.tzdb
timedesc.tzlocal
timedesc_tzdb_full
timedesc_tzdb_none
timedesc_tzlocal_none
timedesc_tzlocal_unix
timedesc_tzlocal_utc
1 2 3 4 5 6 let sexp_of_int64 x = CCSexp.atom @@ Int64.to_string x let sexp_of_int x = CCSexp.atom @@ string_of_int x let wrap_to_sexp_into_to_sexp_string (f : 'a -> CCSexp.t) x = CCSexp.to_string (f x)
1 2 3 4 5 6
let sexp_of_int64 x = CCSexp.atom @@ Int64.to_string x let sexp_of_int x = CCSexp.atom @@ string_of_int x let wrap_to_sexp_into_to_sexp_string (f : 'a -> CCSexp.t) x = CCSexp.to_string (f x)