Module Sexplib_num.Sexplib_num_conv
val sexp_of_big_int : Big_int.big_int -> Sexplib.Sexp.tsexp_of_big_int nconverts the valuenof typeBig_int.big_intto an S-expression.
val sexp_of_nat : Nat.nat -> Sexplib.Sexp.tsexp_of_nat nconverts the valuenof typeNat.natto an S-expression.
val sexp_of_ratio : Ratio.ratio -> Sexplib.Sexp.tsexp_of_ratio nconverts the valuenof typeRatio.ratioto an S-expression.
val sexp_of_num : Num.num -> Sexplib.Sexp.tsexp_of_num nconverts the valuenof typeNum.numto an S-expression.
val big_int_of_sexp : Sexplib.Sexp.t -> Big_int.big_intbig_int_of_sexp sexpconverts S-expressionsexpto a value of typeBig_int.big_int.
val nat_of_sexp : Sexplib.Sexp.t -> Nat.natnat_of_sexp sexpconverts S-expressionsexpto a value of typeNat.nat.
val ratio_of_sexp : Sexplib.Sexp.t -> Ratio.ratioratio_of_sexp sexpconverts S-expressionsexpto a value of typeNat.ratio.
val num_of_sexp : Sexplib.Sexp.t -> Num.numnum_of_sexp sexpconverts S-expressionsexpto a value of typeNat.num.