You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This expression tuple is invalid and cannot be evaluated:
try:
et.evaled_objexceptInvalidExpressionase:
print(e)
# ExpressionTuple does not have a callable operator.
I thus suggest that etuplize returns the following expression that uses cons, which can be emulated by registering _car and _cdr from cons.core for lists:
etuplize
currently transforms a Python list to an expression tuple that contains the elements of the list:This expression tuple is invalid and cannot be evaluated:
I thus suggest that
etuplize
returns the following expression that usescons
, which can be emulated by registering_car
and_cdr
fromcons.core
for lists:The text was updated successfully, but these errors were encountered: