Add tests

This commit is contained in:
Yiyun Liu 2025-05-27 23:18:57 -04:00
parent 4d186e6b2b
commit 30133f80e7
8 changed files with 61 additions and 4 deletions

View file

@ -36,7 +36,7 @@
(: ppr-alt (-> CoreAlt ISeq))
(define (ppr-alt a)
(match a
[(list 'branch con xs body)
[(list con xs body)
(iseq-append-with-sep
" "
(iseq-append