Dune_lang.AstAbstract syntax tree
type t = | Atom of Stdune.Loc.t * Atom.t| Quoted_string of Stdune.Loc.t * string| Template of Template.t| List of Stdune.Loc.t * t listval atom_or_quoted_string : Stdune.Loc.t -> string -> tval loc : t -> Stdune.Loc.t