From 82e3f2e027583ea2a276aae448d853e6665930c2 Mon Sep 17 00:00:00 2001 From: gilch Date: Fri, 26 May 2023 08:51:37 -0600 Subject: [PATCH] Use # instead of @ tuple str are hashable --- src/hissp/macros.lissp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hissp/macros.lissp b/src/hissp/macros.lissp index 4d739eae..86abd5db 100644 --- a/src/hissp/macros.lissp +++ b/src/hissp/macros.lissp @@ -2201,7 +2201,7 @@ except ModuleNotFoundError:pass" XY#(case X (let (obj (next (.reads reader (.replace X "`" "")))) `(.append ,'$#stack ,(if-else (|| marks - (not (op#contains (@ tuple str) + (not (op#contains (# tuple str) (type obj))) (hissp.reader..is_lissp_string obj) (&& (op#is_ str (type obj))