Add tests
This commit is contained in:
parent
4d186e6b2b
commit
30133f80e7
8 changed files with 61 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue