Fix error message for multiple values.
original commit: d4a8c52c7102778e6b1ef8fae8b5c75774069487
This commit is contained in:
parent
b1e9e9ea82
commit
371934cf82
|
@ -1,13 +1,14 @@
|
|||
#lang scheme/base
|
||||
|
||||
(require "../utils/utils.rkt" scheme/match unstable/list
|
||||
(utils tc-utils) (rep type-rep) (types utils union))
|
||||
(utils tc-utils) (rep type-rep) (types utils union abbrev))
|
||||
|
||||
(provide (all-defined-out))
|
||||
|
||||
(define (make-printable t)
|
||||
(match t
|
||||
[(tc-result1: t) t]
|
||||
[(tc-results: ts) (-values ts)]
|
||||
[_ t]))
|
||||
|
||||
(define (stringify-domain dom rst drst [rng #f])
|
||||
|
|
Loading…
Reference in New Issue
Block a user