This commit is contained in:
Eelco Dolstra 2010-06-02 09:43:04 +00:00
parent 89865da76d
commit 1ab67cf437
1 changed files with 1 additions and 0 deletions

View File

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