forked from lix-project/lix
This commit is contained in:
parent
89865da76d
commit
1ab67cf437
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue