package ppx_sexp_conv

  1. Overview
  2. Docs

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
OCaml

Innovation. Community. Security.