package dune

  1. Overview
  2. Docs
type t =
  1. | Atom of Atom.t
  2. | Quoted_string of string
  3. | Lparen
  4. | Rparen
  5. | Sexp_comment
  6. | Eof
  7. | Template of Template.t
  8. | Comment of Cst.Comment.t
OCaml

Innovation. Community. Security.