package base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file ppx_sexp_conv_lib.ml

1
2
3
4
5
6
7
8
include Sexplib
module Lazy_group_id = Sexplib0.Private.Lazy_group_id

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