Source file sexplib.ml

1
2
3
4
5
6
7
8
9
10
(** This module is for use by ppx_sexp_conv, and is thus not in the interface of
    Base. *)
module Conv_error = Sexplib0.Sexp_conv_error
module Conv       = Sexplib0.Sexp_conv

(** @canonical Base.Sexp *)
module Sexp       = Sexp

(** @canonical Base.Sexpable *)
module Sexpable   = Sexpable