package sexplib

  1. Overview
  2. Docs
Library for serializing OCaml values to and from S-expressions

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=75da7d290d92d758c01f441f9589ccce031e11301563efde1c19149d39edbcbc

doc/sexplib.num/Sexplib_num/Sexplib_num_conv/index.html

Module Sexplib_num.Sexplib_num_convSource

Sourceval sexp_of_big_int : Big_int.big_int -> Sexplib.Sexp.t

sexp_of_big_int n converts the value n of type Big_int.big_int to an S-expression.

Sourceval sexp_of_nat : Nat.nat -> Sexplib.Sexp.t

sexp_of_nat n converts the value n of type Nat.nat to an S-expression.

Sourceval sexp_of_ratio : Ratio.ratio -> Sexplib.Sexp.t

sexp_of_ratio n converts the value n of type Ratio.ratio to an S-expression.

Sourceval sexp_of_num : Num.num -> Sexplib.Sexp.t

sexp_of_num n converts the value n of type Num.num to an S-expression.

Sourceval big_int_of_sexp : Sexplib.Sexp.t -> Big_int.big_int

big_int_of_sexp sexp converts S-expression sexp to a value of type Big_int.big_int.

Sourceval nat_of_sexp : Sexplib.Sexp.t -> Nat.nat

nat_of_sexp sexp converts S-expression sexp to a value of type Nat.nat.

Sourceval ratio_of_sexp : Sexplib.Sexp.t -> Ratio.ratio

ratio_of_sexp sexp converts S-expression sexp to a value of type Nat.ratio.

Sourceval num_of_sexp : Sexplib.Sexp.t -> Num.num

num_of_sexp sexp converts S-expression sexp to a value of type Nat.num.

OCaml

Innovation. Community. Security.