sexp_of_big_int n converts the value n of type Big_int.big_int to an S-expression.
sexp_of_big_int n
n
Big_int.big_int
sexp_of_nat n converts the value n of type Nat.nat to an S-expression.
sexp_of_nat n
Nat.nat
sexp_of_ratio n converts the value n of type Ratio.ratio to an S-expression.
sexp_of_ratio n
Ratio.ratio
sexp_of_num n converts the value n of type Num.num to an S-expression.
sexp_of_num n
Num.num
big_int_of_sexp sexp converts S-expression sexp to a value of type Big_int.big_int.
big_int_of_sexp sexp
sexp
nat_of_sexp sexp converts S-expression sexp to a value of type Nat.nat.
nat_of_sexp sexp
ratio_of_sexp sexp converts S-expression sexp to a value of type Nat.ratio.
ratio_of_sexp sexp
Nat.ratio
num_of_sexp sexp converts S-expression sexp to a value of type Nat.num.
num_of_sexp sexp
Nat.num