1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 11:41:15 +02:00

* `nix-instantiate --print-args': print out the valid values for

functions arguments that have a domain.
This commit is contained in:
Eelco Dolstra 2006-07-28 14:01:29 +00:00
parent ca2238cf81
commit c11839d7b2
3 changed files with 37 additions and 3 deletions

View file

@ -92,5 +92,7 @@ Expr makeBool(bool b);
string showType(Expr e);
string showValue(Expr e);
#endif /* !__NIXEXPR_H */