mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
* String/path concatenation operator (`+').
This commit is contained in:
parent
ee401afad8
commit
9fa07b376d
6 changed files with 43 additions and 5 deletions
|
@ -92,5 +92,11 @@ void checkVarDefs(const ATermMap & def, Expr e);
|
|||
/* Create an expression representing a boolean. */
|
||||
Expr makeBool(bool b);
|
||||
|
||||
/* Create an expression representing a string. */
|
||||
Expr makeString(const string & s);
|
||||
|
||||
/* Create an expression representing a path. */
|
||||
Expr makePath(const Path & path);
|
||||
|
||||
|
||||
#endif /* !__NIXEXPR_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue