comment out repl cruft

This commit is contained in:
Scott Richmond 2024-05-19 19:35:30 -04:00
parent e5917c6284
commit ba1aa8ed03
2 changed files with 4 additions and 4 deletions

View File

@ -1104,8 +1104,8 @@
) )
(do # (do
# (comment (comment
(def source `a :b :c (def source `a :b :c
`) `)
(def scanned (s/scan source)) (def scanned (s/scan source))

View File

@ -633,8 +633,8 @@ Deferred until a later iteration of Ludus:
(import ./base :as b) (import ./base :as b)
(do # (do
# (comment (comment
(def source ` (def source `
fn foobar { fn foobar {
(:foo, :bar) -> true (:foo, :bar) -> true