From c11839d7b24993f9639d59f9fa3420e8ccc22e02 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 28 Jul 2006 14:01:29 +0000 Subject: * `nix-instantiate --print-args': print out the valid values for functions arguments that have a domain. --- src/libexpr/nixexpr.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libexpr/nixexpr.hh') diff --git a/src/libexpr/nixexpr.hh b/src/libexpr/nixexpr.hh index 6e67e5ebd..3fd22ecfe 100644 --- a/src/libexpr/nixexpr.hh +++ b/src/libexpr/nixexpr.hh @@ -92,5 +92,7 @@ Expr makeBool(bool b); string showType(Expr e); +string showValue(Expr e); + #endif /* !__NIXEXPR_H */ -- cgit v1.2.3