REPL cruft

This commit is contained in:
Scott Richmond 2022-05-19 19:59:40 -04:00
parent bd9a408e07
commit bc2f6f8317

View File

@ -1022,7 +1022,7 @@
(def pp pp/pprint)
(def source "
let #{foo, :bar 23, 34} = #{:foo 42, :bar 23}
let #{foo, :bar 23} = #{:foo 42, :bar 23}
")
(def lexed (scanner/scan source))