Skip to content

Commit

Permalink
Use # instead of @
Browse files Browse the repository at this point in the history
tuple str are hashable
  • Loading branch information
gilch committed May 26, 2023
1 parent c0df3f9 commit 82e3f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hissp/macros.lissp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 82e3f2e

Please sign in to comment.