package ninja_utils

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

Module Ninja_utils.VarSource

Ninja variable names, distinguishing binding name ("x") from references in expressions ("$x")

Sourcetype t
Sourceval make : string -> t
Sourceval name : t -> string

Var base name, used when binding it

Sourceval v : t -> string

Var reference with a preceding "$", for use in expressoins

OCaml

Innovation. Community. Security.