package dune

  1. Overview
  2. Docs
Fast, portable and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-1.6.3.tbz
sha256=bfd52160d88578c404af1267abfba6eb4928988e51aef0e92dbebdea1607ae36
md5=1212a36547d25269675d767c38fecf5f

doc/dune._dune_lang/Dune_lang/Ast/index.html

Module Dune_lang.Ast

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.