Module Core_kernel__.Import.From_sexplib

type bigstring = Sexplib.Conv.bigstring
include sig ... end
val bigstring_of_sexp : Sexplib.Sexp.t ‑> bigstring
val sexp_of_bigstring : bigstring ‑> Sexplib.Sexp.t
type mat = Sexplib.Conv.mat
include sig ... end
val mat_of_sexp : Sexplib.Sexp.t ‑> mat
val sexp_of_mat : mat ‑> Sexplib.Sexp.t
type vec = Sexplib.Conv.vec
include sig ... end
val vec_of_sexp : Sexplib.Sexp.t ‑> vec
val sexp_of_vec : vec ‑> Sexplib.Sexp.t
val sexp_of_opaque : _ ‑> Sexp.t
val opaque_of_sexp : Sexp.t ‑> _
val sexp_of_pair : ('a ‑> Sexp.t) ‑> ('b ‑> Sexp.t) ‑> ('a * 'b) ‑> Sexp.t
val pair_of_sexp : (Sexp.t ‑> 'a) ‑> (Sexp.t ‑> 'b) ‑> Sexp.t ‑> 'a * 'b
exception Of_sexp_error of exn * Sexp.t
val of_sexp_error : string ‑> Sexp.t ‑> _
val of_sexp_error_exn : exn ‑> Sexp.t ‑> _