We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e60a82 commit 412814cCopy full SHA for 412814c
test/compile.rkt
@@ -154,3 +154,5 @@
154
(check-equal? (run '(string-ref "" #f)) 'err)
155
(check-equal? (run '(string-ref "abc" -1)) 'err)
156
(check-equal? (run '(string-ref "abc" 3)) 'err)
157
+
158
+;; TODO: Add tests for the new Hustle+ primitives.
0 commit comments