package sexp_pretty

  1. Overview
  2. Docs

Module Sexp_pretty.NormalizeSource

Sourcetype t =
  1. | Sexp of sexp * Base.string Base.list
  2. | Comment of comment
Sourceand comment =
  1. | Line_comment of Base.string
  2. | Block_comment of Base.int * Base.string Base.list
  3. | Sexp_comment of comment Base.list * sexp
Sourceand sexp =
  1. | Atom of Base.string
  2. | List of t Base.list
OCaml

Innovation. Community. Security.