package ppx_sexp_conv

  1. Overview
  2. Docs
[@@deriving] plugin to generate S-expression conversion functions

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_sexp_conv-v0.16.0.tar.gz
sha256=41bcb7a3b33bdf50428408bfaf1dbcede528a488ac8c436ce710681bcd91200d

doc/src/ppx_sexp_conv.runtime-lib/ppx_sexp_conv_lib.ml.html

Source file ppx_sexp_conv_lib.ml

1
2
3
4
5
6
7
8
9
10
11
module Conv = Sexplib0.Sexp_conv
module Conv_error = Sexplib0.Sexp_conv_error
module Sexp_grammar = Sexplib0.Sexp_grammar

module Sexp = struct
  include Sexplib0.Sexp

  let t_sexp_grammar = Conv.sexp_t_sexp_grammar
end

module Sexpable = Sexplib0.Sexpable
OCaml

Innovation. Community. Security.