This commit is contained in:
parent
89865da76d
commit
1ab67cf437
|
@ -59,6 +59,7 @@ std::ostream & operator << (std::ostream & str, const Value & v)
|
|||
str << "]";
|
||||
break;
|
||||
case tThunk:
|
||||
case tApp:
|
||||
case tCopy:
|
||||
str << "<CODE>";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue