package ppx_sexp_conv

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.14.3.tar.gz
sha256=2fc1f46e14016c93b0ba89a2af263e36a51957a53608751361f07ad3349c7639
md5=25caf01245e0113e035ccefe275f85d9

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 Lazy_group_id = Sexplib0.Private.Lazy_group_id
module Sexp          = Sexplib0.Sexp
module Sexpable      = Sexplib0.Sexpable

module Option = struct
  type 'a t = 'a option =
    | None
    | Some of 'a
end