Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Apr 4, 2024
1 parent dd206f1 commit d5c281d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ bool isListLiteralOp(Kind k)
{
case Kind::EVAL_NIL:
case Kind::EVAL_CONS:
case Kind::EVAL_NIL_OF:
case Kind::EVAL_CONCAT:
case Kind::EVAL_EXTRACT:
case Kind::EVAL_FIND:
Expand Down

0 comments on commit d5c281d

Please sign in to comment.