1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
This commit is contained in:
Eelco Dolstra 2010-06-02 09:43:04 +00:00
parent 89865da76d
commit 1ab67cf437

View file

@ -59,6 +59,7 @@ std::ostream & operator << (std::ostream & str, const Value & v)
str << "]"; str << "]";
break; break;
case tThunk: case tThunk:
case tApp:
case tCopy: case tCopy:
str << "<CODE>"; str << "<CODE>";
break; break;