package dune

  1. Overview
  2. Docs

Abstract syntax tree

type t =
  1. | Atom of Loc.t * Atom.t
  2. | Quoted_string of Loc.t * string
  3. | Template of Template.t
  4. | List of Loc.t * t list
val atom_or_quoted_string : Loc.t -> string -> t
val loc : t -> Loc.t
val remove_locs : t -> t
OCaml

Innovation. Community. Security.