package timere

  1. Overview
  2. Docs

Source file to_sexp_utils.ml

1
2
3
let sexp_of_int64 x = CCSexp.atom @@ Int64.to_string x

let sexp_of_int x = CCSexp.atom @@ string_of_int x