package dune-configurator

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

Abstract syntax tree

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

Innovation. Community. Security.