This commit is contained in:
Kartik K. Agaram 2021-04-28 12:21:51 -07:00
parent a71ff2383a
commit e73f1a3b41
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ fn evaluate _in: (addr handle cell), out: (addr handle cell), env-h: (handle cel
compare *in-type, 3/stream
{
break-if-!=
# numbers are literals
# streams are literals
trace-text trace, "eval", "stream"
copy-object _in, out
trace-higher trace