more printer improvements
svn: r14633 original commit: dfbfc371e25badd5bae47a0f099466e19fe2010a
This commit is contained in:
parent
e3f499b605
commit
7b651a3856
|
@ -89,7 +89,15 @@
|
|||
(fp "~a* " rest))
|
||||
(when drest
|
||||
(fp "~a ... ~a " (car drest) (cdr drest)))
|
||||
(fp "-> ~a" rng)
|
||||
(match rng
|
||||
[(Values: (list (Result: t (LFilterSet: (list) (list)) (LEmpty:))))
|
||||
(fp "-> ~a" t)]
|
||||
[(Values: (list (Result: t fs (LEmpty:))))
|
||||
(fp "-> ~a : ~a" t fs)]
|
||||
[(Values: (list (Result: t lf lo)))
|
||||
(fp "-> ~a : ~a ~a" t lf lo)]
|
||||
[_
|
||||
(fp "-> ~a" rng)])
|
||||
(fp ")")]))
|
||||
(define (tuple? t)
|
||||
(match t
|
||||
|
|
Loading…
Reference in New Issue
Block a user