sig
  type t
  val of_string : string -> t
  val to_string : t -> string
  val sexp_of_t : Import.??.-> Sexplib.Sexp.t
end