Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdearman committed Jun 9, 2024
1 parent d47e5bd commit 2fb4a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mvp.scm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
;; and template matching.
(reader-macro (quote stream)
(match stream
("'{term}" `(quote term))))
("'{term}" (quote term))))

;; module declarations
(module Vector
Expand Down

0 comments on commit 2fb4a1e

Please sign in to comment.