Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Helper module to build ninja expressions.
Ninja expressions are represented as raw string lists, which may contain variables or "$-escapes"
val format : Stdlib.Format.formatter -> t -> unit
format fmt exp
outputs in fmt
the string representation of the ninja expression exp
. Spaces in individual elements are escaped (but no check is made for e.g. newlines)