module Big_int: sig .. end
sig
end
include Big_int
val sexp_of_big_int : Big_int.big_int -> Sexp.t
Big_int.big_int -> Sexp.t
val big_int_of_sexp : Sexp.t -> Big_int.big_int
Sexp.t -> Big_int.big_int