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

* Fixed builtins.genericClosure.

This commit is contained in:
Eelco Dolstra 2010-04-21 15:57:11 +00:00
parent fe2d869e04
commit 0777448ca6
3 changed files with 61 additions and 25 deletions

View file

@ -304,7 +304,7 @@ private:
/* Return a string representing the type of the value `v'. */
string showType(Value & v);
string showType(const Value & v);
}